CadPlinePutY
Sets the y of the polyline.
void CadPlinePutY (
YuHandle hEnt,
std::int32_t iVer,
double Y
);
Parameters
- hEnt (YuHandle)
- Handle to the entity.
- iVer (std::int32_t)
- Zero-based index.
- Y (double)
- World coordinate.
Return Value
None.