CADGetEntityHandle

  Functions >

CADGetEntityHandle

Previous pageReturn to chapter overviewNext page

The CADGetEntityHandle function returns the 64-bit Handle for the specified entity.

 

Syntax

 

int CADGetEntityHandle(

   HANDLE handle,

   UNIT 64 EntityHandle

);

 

Parameters

 

Handle

Identifies the CADImage object handle.

EntityHandle

A 64-bit Handle entity.

 

 

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

CADCreate


© 2003-2024 CADSoftTools

Go to CAD DLL