SpanningPipeLabelStructureIds Property |
Gets an ObjectIdCollection of all spanned structures.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ObjectIdCollection StructureIds { get; }
Public ReadOnly Property StructureIds As ObjectIdCollection
Get
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