Returns an ObjectIdCollection of all the available SectionSegmentLabelGroup objects on the Section in the specified SectionView.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0
Syntax
C#
public static ObjectIdCollection GetAvailableLabelGroupIds( ObjectId sectionViewId, ObjectId sectionId )
Visual Basic
Public Shared Function GetAvailableLabelGroupIds ( _ sectionViewId As ObjectId, _ sectionId As ObjectId _ ) As ObjectIdCollection
Visual C++
public: static ObjectIdCollection^ GetAvailableLabelGroupIds( ObjectId sectionViewId, ObjectId sectionId )
Parameters
- sectionViewId
- Type: ObjectId
The ObjectId of the SectionView where the label groups are located.
- sectionId
- Type: ObjectId
The ObjectId of the Section where the label groups are labeling.
Exceptions
Exception | Condition |
---|---|
System.ArgumentException | Thrown when the sectionId or sectionViewId is invalid. |