DbHandle.h
This class encapsulates the 64-bit integer handles associated with OdDbObject instances.
Corresponding C++ library: TD_Db
Handles are persistent and unique within a database. Handles are not, however, unique between databases.
|
Name |
Description |
|
This is the overview for the OdDbHandle constructor overload. |
|
Name |
Description |
|
Returns the hexidecmal representation of this Handle object as an OdString. | |
|
Returns the this Handle object as an array OdUInt8[8]. | |
|
Returns the hexidecmal representation of this Handle object as a null terminated string. | |
|
Returns true and only if this Handle object is null. |
|
Name |
Description |
|
This is !=, a member of class OdDbHandle. | |
|
This is +, a member of class OdDbHandle. | |
|
This is +=, a member of class OdDbHandle. | |
|
This is <, a member of class OdDbHandle. | |
|
This is <=, a member of class OdDbHandle. | |
|
This is the overview for the = operator overload. | |
|
This is ==, a member of class OdDbHandle. | |
|
This is >, a member of class OdDbHandle. | |
|
This is >=, a member of class OdDbHandle. | |
|
This is OdUInt64, a member of class OdDbHandle. |
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|