ViewFrameLabelGroupGetAvailableLabelGroupIds Method |
Returns an ObjectIdCollection of all the available ViewFrameLabelGroup objects in the specified ViewFrameGroup.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic static ObjectIdCollection GetAvailableLabelGroupIds(
ObjectId viewFrameGroupId
)
Public Shared Function GetAvailableLabelGroupIds (
viewFrameGroupId As ObjectId
) As ObjectIdCollection
public:
static ObjectIdCollection^ GetAvailableLabelGroupIds(
ObjectId viewFrameGroupId
)
Parameters
- viewFrameGroupId ObjectId
- The ObjectId of the ViewFrameGroup where the labelGroups are labeling.
Return Value
ObjectIdCollection
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the viewFrameGroupId is invalid.
|
See Also