Share

MatchLineLabelGroup.GetAvailableLabelGroupIds Method

Returns an ObjectIdCollection of all the MatchLineLabelGroup objects in the specified ViewFrameGroup.



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

Syntax

C#

public static ObjectIdCollection GetAvailableLabelGroupIds(
	ObjectId viewFrameGroupId
)

VB

Public Shared Function GetAvailableLabelGroupIds ( 
	viewFrameGroupId As ObjectId
) As ObjectIdCollection

C++

public:
static ObjectIdCollection^ GetAvailableLabelGroupIds(
	ObjectId viewFrameGroupId
)

Parameters

viewFrameGroupId  ObjectId
The ObjectId of the ViewFrameGroup where the labelGroups are located.

Return Value

ObjectIdCollection

Exceptions

ExceptionCondition
ArgumentException Thrown when the viewFrameGroupId is invalid.

See Also

Reference

Was this information helpful?