SectionBandLabelGroupGetAvailableLabelGroupIds Method

Returns an ObjectIdCollection of band label groups on the SectionView with a specified type.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public static ObjectIdCollection GetAvailableLabelGroupIds(
	Type bandLabelGroupClassType,
	ObjectId sectionViewId,
	bool includeDerived
)

Parameters

bandLabelGroupClassType  Type
The type of the band label group class.
sectionViewId  ObjectId
The ObjectId of the SectionView where the band label groups are located.
includeDerived  Boolean
Indicates whether to include the derived types of bandLabelGroupClassType.

Return Value

ObjectIdCollection
Exceptions
ExceptionCondition
ArgumentException Thrown when:
  • The classType is not type or derived type of SectionBandLabelGroup.
  • The sectionViewId is invalid.
See Also