ProfileDataBandLabelGroupGetAvailableLabelGroups Method

Note: This API is now obsolete.

Returns an ObjectIdCollection of all ProfileDataBandLabelGroup objects on the specified ProfileView.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntax
[ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.ProfileDataBandLabelGroup.GetAvailableLabelGroupIds instead.", 
	false)]
public static ObjectIdCollection GetAvailableLabelGroups(
	ObjectId profileViewId,
	bool includeDerived
)

Parameters

profileViewId  ObjectId
The objectId of the profile view where the label groups are located.
includeDerived  Boolean
Indicates whether to include the derived types of ProfileDataBandLabelGroup.

Return Value

ObjectIdCollection
Exceptions
ExceptionCondition
ArgumentException Thrown when the profileViewId is invalid.
See Also