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 (); }