yucad3d

CadSetCurDimStyle

Set current dim style.

YuHandle CadSetCurDimStyle ( 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