Returns an ObjectIdCollection of all the available ViewFrameLabelGroup objects in the specified ViewFrameGroup.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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 labeling.
Exceptions
| Exception | Condition |
|---|
| System..::..ArgumentException |
Thrown when the viewFrameGroupId is invalid.
|
See Also