Returns an ObjectIdCollection of all PipeNetworkBandLabelGroup objects on the specified profile view.

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

Syntax

C#
[ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.PipeNetworkBandLabelGroup.GetAvailableLabelGroupIds instead.", 
	false)]
public static ObjectIdCollection GetAvailableLabelGroups(
	ObjectId profileViewId,
	bool includeDerived
)
Visual Basic
<ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.PipeNetworkBandLabelGroup.GetAvailableLabelGroupIds instead.",  _
	False)> _
Public Shared Function GetAvailableLabelGroups ( _
	profileViewId As ObjectId, _
	includeDerived As Boolean _
) As ObjectIdCollection
Visual C++
public:
[ObsoleteAttribute(L"Use Autodesk.Civil.DatabaseServices.PipeNetworkBandLabelGroup.GetAvailableLabelGroupIds instead.", 
	false)]
static ObjectIdCollection^ GetAvailableLabelGroups(
	ObjectId profileViewId, 
	bool includeDerived
)

Parameters

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

Exceptions

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

See Also