Gets an ObjectIdCollection of all spanned ProfileViewStructures.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public ObjectIdCollection ProfileViewStructureIds { get; }
VB
Public ReadOnly Property ProfileViewStructureIds As ObjectIdCollection Get
C++
public: property ObjectIdCollection^ ProfileViewStructureIds { ObjectIdCollection^ get (); }