CadGetPntStyleByName
Returns the by name of the point style.
YuHandle CadGetPntStyleByName (
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 requested handle, or 0 if not found.