CadPlineDeleteVer
Deletes the polyline vertex.
std::int32_t CadPlineDeleteVer (
YuHandle hEnt,
std::int32_t iVer
);
Parameters
- hEnt (YuHandle)
- Handle to the entity.
- iVer (std::int32_t)
- Zero-based index.
Return Value
Nonzero (TRUE) on success, 0 (FALSE) on failure.