EntityIsReferenceObject Property |
Gets whether the Entity is a reference object. A reference object is
located in another drawing, and linked using a data shortcut or Vault.
If the entity is native to the current drawing this property returns false;
if it is being referenced via data shortcuts or AutoCAD Vault it returns true.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool IsReferenceObject { get; }
Public ReadOnly Property IsReferenceObject As Boolean
Get
public:
property bool IsReferenceObject {
bool get ();
}
Property Value
Boolean
See Also