Returns an ObjectIdCollection of all available SectionGradeBreakLabelGroup objects on the specified Section and SectionView.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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

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

See Also