yucad3d

CadAddPntStyle

Creates a new point style and returns its handle.

YuHandle CadAddPntStyle ( YuHandle hDwg, const char* szName, YuHandle BlockId, double BlockScale, const char* szFont, double TxtH, double TxtW );

Parameters

hDwg (YuHandle)
Handle to the drawing, as returned by CadCreate.
szName (const char*)
NUL-terminated UTF-8 string.
BlockId (YuHandle)
Integer value.
BlockScale (double)
Numeric value (double precision).
szFont (const char*)
NUL-terminated UTF-8 string.
TxtH (double)
Numeric value (double precision).
TxtW (double)
Numeric value (double precision).

Return Value

The handle of the newly created point style, or 0 on failure.

See Also