yucad3d

CadDeletePntStyle

Deletes the point style.

std::int32_t CadDeletePntStyle ( YuHandle hDwg, YuHandle hStyle );

Parameters

hDwg (YuHandle)
Handle to the drawing, as returned by CadCreate.
hStyle (YuHandle)
Handle to the style.

Return Value

Nonzero (TRUE) on success, 0 (FALSE) on failure.

See Also