Overload List
Method | Description |
---|---|
![]() | Default constructor. Without being given the XREF or handle information, it assumes they are null values. Therefore, an object created with this constructor will return false from its isValid() method. |
![]() | This is the copy constructor for this class. It copies the other ID, regardless of its state. |