For reference objects (IsReferenceObject == true), gets whether the Entity is a reference subobject. For example, when iterating through the structure of a pipe network referenced from another drawing, this property is true for each entity.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public bool IsReferenceSubObject { get; }
Visual Basic
Public ReadOnly Property IsReferenceSubObject As Boolean
	Get
Visual C++
public:
property bool IsReferenceSubObject {
	bool get ();
}

See Also