CadPlinePutPrm
Sets the parameter of the polyline.
void CadPlinePutPrm (
YuHandle hEnt,
std::int32_t iVer,
double Prm
);
Parameters
- hEnt (YuHandle)
- Handle to the entity.
- iVer (std::int32_t)
- Zero-based index.
- Prm (double)
- Numeric value (double precision).
Return Value
None.