C++
AcDbIdPair( AcDbObjectId key, AcDbObjectId value, bool isCloned, bool isPrimary = false, bool isOwnerXlated = true );
Description
This constructor allows the creation of an AcDbIdPair object with all internal data specified in the arguments passed in.
Parameters
| Parameters | Description |
|---|---|
| key | Input objectId to use as the key |
| value | Input objectId to use as the value |
| isCloned | Input Boolean indicating if it has been cloned already |
| isPrimary | Input Boolean indicating if it is a primary object |
| isOwnerXlated | Input Boolean indicating if its owner has already been translated |