Creates CompoundObjectId from an ordinary ObjectId. If the host database is null, the host database is obtained from the given ObjectId. Even if it is in XREF database, the database hosting the XREF is obtained.
Public Sub New( id As ObjectId )
public CompoundObjectId( ObjectId id );
Parameters |
Description |
ObjectId id |
ObjectId of the DBObject that this CompoundObjectId is going to reference. |
Comments? |