CadPutPointSize
Sets the size of the point.
void CadPutPointSize (
YuHandle hDwg,
double Size
);
Parameters
- hDwg (YuHandle)
- Handle to the drawing, as returned by
CadCreate. - Size (double)
- Numeric value (double precision).
Return Value
None.