CadAddDimStyle
Creates a new dimension style and returns its handle.
YuHandle CadAddDimStyle (
YuHandle hDwg,
const char* szName
);
Parameters
- hDwg (YuHandle)
- Handle to the drawing, as returned by
CadCreate. - szName (const char*)
- NUL-terminated UTF-8 string.
Return Value
The handle of the newly created dimension style, or 0 on failure.