The SetShowLineWeightCAD function defines whether all entities in the drawing will be drawn with the line width set by the SetNullLineWidthCAD function or not.
Syntax:
int SetShowLineWeightCAD(
HANDLE hObject,
int AIsShow
);
Parameters:
hObject  | 
Identifies a CADImage object handle.  | 
AIsShow  | 
If it is set False, then all entities in the drawing are drawn with the line width set by the SetNullLineWidthCAD function.  | 
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
CADCreate | SetNullLineWidthCAD
© 2003-2025 CADSoftTools
Go to CAD DLL