yucad3d

CadPlineInsertVer

Inserts a vertex into the polyline before the given index.

std::int32_t CadPlineInsertVer ( 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.

See Also