| Method | Description |
|---|---|
CompoundObjectId.CompoundObjectId ()
|
The default constructor creates an empty CompoundObjectId. |
CompoundObjectId.CompoundObjectId (CompoundObjectId)
|
Copy constructor. |
CompoundObjectId.CompoundObjectId (ObjectId)
|
Creates CompoundObjectId from an ordinary ObjectId. If the host database is null, the host database is obtained from the given... more |
CompoundObjectId.CompoundObjectId (ObjectId, Database)
|
Creates CompoundObjectId from an ordinary ObjectId. If the host database is null, the host database is obtained from the given... more |
CompoundObjectId.CompoundObjectId (ObjectId, ObjectIdCollection, Database)
|
Creates CompoundObjectId from an ordinary ObjectId and a path of BlockReferences. If the host database is null, the host database... more |