yucad3d

CadDeleteDimStyle

Deletes the dimension style.

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