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.4.208.0

Syntax

C#

public bool IsReferenceObject { get; }

Visual Basic

Public ReadOnly Property IsReferenceObject As Boolean
	Get

Visual C++

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

See Also