Gets an ObjectIdCollection of the PipeSectionLabels in the specified SectionView.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0
Syntax
C#
public static ObjectIdCollection GetAvailableLabelIds( ObjectId sectionViewId )
Visual Basic
Public Shared Function GetAvailableLabelIds ( _ sectionViewId As ObjectId _ ) As ObjectIdCollection
Visual C++
public: static ObjectIdCollection^ GetAvailableLabelIds( ObjectId sectionViewId )
Parameters
- sectionViewId
- Type: ObjectId
The ObjectId of a SectionView.
Exceptions
Exception | Condition |
---|---|
System.ArgumentException | Thrown when the sectionViewId is invalid. |