The SetNullLineWidthCAD function sets the default width of the entities which line width is equal to zero.
Syntax:
int SetNullLineWidthCAD(
HANDLE hObject,
int ANullWidth
);
Parameters:
hObject  | 
Identifies the CADImage object handle  | 
ANullWidth  | 
Specifies the width value.  | 
Return Value:
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. To get extended error information, call GetLastErrorCAD.
See Also
© 2003-2025 CADSoftTools
Go to CAD DLL