Share

ProfileLabelGroup.GetAvailableLabelGroupIds Method

Returns an ObjectIdCollection of labels on the Profile of a specified type.



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

Syntax

C#

public static ObjectIdCollection GetAvailableLabelGroupIds(
	RXClass runtimeClass,
	ObjectId profileViewId,
	ObjectId profileId,
	bool includeDerived
)

VB

Public Shared Function GetAvailableLabelGroupIds ( 
	runtimeClass As RXClass,
	profileViewId As ObjectId,
	profileId As ObjectId,
	includeDerived As Boolean
) As ObjectIdCollection

C++

public:
static ObjectIdCollection^ GetAvailableLabelGroupIds(
	RXClass^ runtimeClass, 
	ObjectId profileViewId, 
	ObjectId profileId, 
	bool includeDerived
)

Parameters

runtimeClass  RXClass
The type of the label group class.
profileViewId  ObjectId
The ObjectId of the ProfileView where the label groups are located.
profileId  ObjectId
The ObjectId of the Profile where the label groups are located.
includeDerived  Boolean
Indicates whether to include the derived types of the specified type.

Return Value

ObjectIdCollection

Exceptions

ExceptionCondition
ArgumentException
  • The runtimeClass is not a kind of ProfileLabelGroup.
  • The profileId or profileViewId is invalid.

See Also

Reference

Was this information helpful?