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

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

Syntax

C#
public static ObjectIdCollection GetAvailableLabelGroupIds(
	ObjectId profileViewId
)
Visual Basic
Public Shared Function GetAvailableLabelGroupIds ( _
	profileViewId As ObjectId _
) As ObjectIdCollection
Visual C++
public:
static ObjectIdCollection^ GetAvailableLabelGroupIds(
	ObjectId profileViewId
)

Parameters

profileViewId
Type: ObjectId
The ObjectId of the ProfileView where the label groups are located.

Exceptions

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

See Also