The CADIs3D function checks whether the drawing is three-dimensional or not.
Syntax
int CADIs3D(
HANDLE hObject,
);
Parameters
hObject |
Identifies a handle to the CAD drawing. |
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 CADGetLastError.
See Also
Go to CAD DLL