Returns an ObjectIdCollection of all available ProfilePVILabelGroup objects on the Profile in 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,
	ObjectId profileId
)
Visual Basic
Public Shared Function GetAvailableLabelGroupIds ( _
	profileViewId As ObjectId, _
	profileId As ObjectId _
) As ObjectIdCollection
Visual C++
public:
static ObjectIdCollection^ GetAvailableLabelGroupIds(
	ObjectId profileViewId, 
	ObjectId profileId
)

Parameters

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

Exceptions

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

See Also