EntityIsReferenceSubObject 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.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool IsReferenceSubObject { get; }
Public ReadOnly Property IsReferenceSubObject As Boolean
Get
public:
property bool IsReferenceSubObject {
bool get ();
}
Property Value
Boolean
See Also