The GetIs3DCAD function determines whether the drawing is three-dimensional.
Syntax:
int GetIs3DCAD (
HANDLE Handle,
int* AIs3D
);
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
© 2003-2024 CADSoftTools
Go to CAD DLL