Share

Entity.IsReferenceSubObject Property

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

Syntax

C#

public bool IsReferenceSubObject { get; }

VB

Public ReadOnly Property IsReferenceSubObject As Boolean
	Get

C++

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

Property Value

Boolean

See Also

Reference

Was this information helpful?