GetCADBorderSize

  Functions >

GetCADBorderSize

Previous pageReturn to chapter overviewNext page

The GetCADBorderSize function gets a size of the drawing border and returns it as the ABorderSize parameter.

 

Syntax:

 

int GetCADBorderSize(

  HANDLE hObject,

  int *ABorderSize

);

 

 

Parameters:

 

hObject

Identifies the CADImage object handle.

ABorderSize

Contains size of the drawing border.

 

       

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  | SetCADBorderSize


© 2003-2024 CADSoftTools

Go to CAD DLL