Share

SectionalDataBandLabelGroup.GetAvailableLabelGroupIds Method

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



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

Syntax

C#

public static ObjectIdCollection GetAvailableLabelGroupIds(
	ObjectId profileViewId
)

VB

Public Shared Function GetAvailableLabelGroupIds ( 
	profileViewId As ObjectId
) As ObjectIdCollection

C++

public:
static ObjectIdCollection^ GetAvailableLabelGroupIds(
	ObjectId profileViewId
)

Parameters

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

Return Value

ObjectIdCollection

Exceptions

ExceptionCondition
ArgumentException Thrown when the profileViewId is invalid.

See Also

Reference

Was this information helpful?