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.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0
Syntax
C#
public bool IsReferenceSubObject { get; }
Visual Basic
Public ReadOnly Property IsReferenceSubObject As Boolean
Get
Visual C++
public: property bool IsReferenceSubObject { bool get (); }