Returns an ObjectIdCollection of all the MatchLineLabelGroup objects in the specified ViewFrameGroup.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public static ObjectIdCollection GetAvailableLabelGroupIds( ObjectId viewFrameGroupId )
Visual Basic
Public Shared Function GetAvailableLabelGroupIds ( _ viewFrameGroupId As ObjectId _ ) As ObjectIdCollection
Visual C++
public: static ObjectIdCollection^ GetAvailableLabelGroupIds( ObjectId viewFrameGroupId )
Parameters
- viewFrameGroupId
- Type: ObjectId
The ObjectId of the ViewFrameGroup where the labelGroups are located.
Exceptions
Exception | Condition |
---|---|
System.ArgumentException | Thrown when the viewFrameGroupId is invalid. |