Returns an ObjectIdCollection of SectionDataBandLabelGroup objects on the specified SectionView.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public static ObjectIdCollection GetAvailableLabelGroupIds( ObjectId sectionViewId )
VB
Public Shared Function GetAvailableLabelGroupIds ( sectionViewId As ObjectId ) As ObjectIdCollection
C++
public: static ObjectIdCollection^ GetAvailableLabelGroupIds( ObjectId sectionViewId )
Parameters
- sectionViewId ObjectId
- The objectId of the SectionView where the label groups are located.
Return Value
ObjectIdCollectionExceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when the sectionViewId is invalid. |