GetIs3DCAD

  Functions >

GetIs3DCAD

Previous pageReturn to chapter overviewNext page

The GetIs3DCAD function determines whether the drawing is three-dimensional.

 

Syntax:

 

int GetIs3DCAD (

  HANDLE Handle,

  intAIs3D

);

 

 

Parameters:

 

Handle

Identifies the CADImage object handle.

AIs3D

Points to the integer value that is to receive the is 3D CADdrawing flag. AIs3D variable settings:

0   CAD object is not 3D drawing

1   CAD object is 3D drawing

 

     

Return Value:

If the function succeeds, the return value is nonzero.

If the function fails, the return value is zero.

 

See Also

CADCreate  | CADIs3D


© 2003-2024 CADSoftTools

Go to CAD DLL