yucad3d

CadSetCurPntStyle

Set current point style.

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