SetNullLineWidthCAD

  Functions >

SetNullLineWidthCAD

Previous pageReturn to chapter overviewNext page

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

CADCreate  | SetShowLineWeight


© 2003-2024 CADSoftTools

Go to CAD DLL