yucad3d

CadGetMlineStyleByID

Returns the by i d of the multiline style.

YuHandle CadGetMlineStyleByID ( YuHandle hDwg, std::int32_t Id );

Parameters

hDwg (YuHandle)
Handle to the drawing, as returned by CadCreate.
Id (std::int32_t)
Numeric identifier.

Return Value

The requested handle, or 0 if not found.

See Also