CADGetData

  Functions >

CADGetData

Previous pageReturn to chapter overviewNext page

Note: this function is left for compatibility with previous versions of CAD Importer DLL. It is not recommended for usage.

The CADGetData function fills the CADDATA structure with properties of any specified CAD object.

 

Syntax

 

int CADGetData(

  HANDLE hObject,

  LPCADDATA lpData

);

 

 

Parameters

 

hObject

Identifies a handle to the CAD object.

lpData

Points to the CADDATA structure to get properties of the object.

 

 

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

CADGetChild  | CADGetSection


© 2003-2024 CADSoftTools

Go to CAD DLL