yucad3d

CadPlinePutX

Sets the x of the polyline.

void CadPlinePutX ( YuHandle hEnt, std::int32_t iVer, double X );

Parameters

hEnt (YuHandle)
Handle to the entity.
iVer (std::int32_t)
Zero-based index.
X (double)
World coordinate.

Return Value

None.

See Also