Share

Entity.IsReferenceObject 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.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public bool IsReferenceObject { get; }

VB

Public ReadOnly Property IsReferenceObject As Boolean
	Get

C++

public:
property bool IsReferenceObject {
	bool get ();
}

Property Value

Boolean

See Also

Reference

Was this information helpful?