CadPlinePutNumVers
Sets the number of vertices of the polyline.
void CadPlinePutNumVers (
YuHandle hEnt,
std::int32_t nVers
);
Parameters
- hEnt (YuHandle)
- Handle to the entity.
- nVers (std::int32_t)
- Number of elements.
Return Value
None.
Sets the number of vertices of the polyline.
None.