GetAvailableLabelGroupIds Method

Returns an ObjectIdCollection of SectionDataBandLabelGroup objects on the specified SectionView.

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