Method |
Description |
---|
AcDbHandle::AcDbHandle () |
Default constructor. Does not initialize the handle. |
AcDbHandle::AcDbHandle (ACHAR*) |
Constructs a handle using the ASCII hexadecimal representation string. The string pointed to by string is not retained in the AcDbHandle object, so the ObjectARX application is responsible for freeing it. |
AcDbHandle::AcDbHandle (Adesk::UInt64) |
Constructs a handle using the input the 64 bit handle value. This constructor is useful for creating NULL handles, but is only available if your version of C++ supports the __int64 data type. |
AcDbHandle::AcDbHandle (int, int) |
Constructs a handle using lo and hi as the two 32 bit segments that make up the 64 bit handle value. This constructor is useful for creating NULL handles. |