Returns an ObjectIdCollection of SectionSegmentBandLabelGroup objects on the specified SectionView.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public static ObjectIdCollection GetAvailableLabelGroupIds(
	ObjectId sectionViewId
)
Visual Basic
Public Shared Function GetAvailableLabelGroupIds ( _
	sectionViewId As ObjectId _
) As ObjectIdCollection
Visual C++
public:
static ObjectIdCollection^ GetAvailableLabelGroupIds(
	ObjectId sectionViewId
)

Parameters

sectionViewId
Type: ObjectId
The ObjectId of the SectionView where the label groups are located.

Exceptions

ExceptionCondition
System..::..ArgumentException Thrown when the sectionViewId is invalid.

See Also