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
Go to CAD DLL