Share

SpanningPipeLabel.StructureIds Property

Gets an ObjectIdCollection of all spanned structures.



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

Syntax

C#

public ObjectIdCollection StructureIds { get; }

VB

Public ReadOnly Property StructureIds As ObjectIdCollection
	Get

C++

public:
property ObjectIdCollection^ StructureIds {
	ObjectIdCollection^ get ();
}

Property Value

ObjectIdCollection

Remarks

The first item of StructureIds is the first Structure. The last item of StructureIds is the end Structure.

See Also

Reference

Was this information helpful?