Returns an ObjectIdCollection of all SectionalDataBandLabelGroup objects on the specified ProfileView.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
[ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.SectionalDataBandLabelGroup.GetAvailableLabelGroupIds instead.",
false)]
public static ObjectIdCollection GetAvailableLabelGroups(
ObjectId profileViewId,
bool includeDerived
) |
Visual Basic |
---|
<ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.SectionalDataBandLabelGroup.GetAvailableLabelGroupIds instead.", _
False)> _
Public Shared Function GetAvailableLabelGroups ( _
profileViewId As ObjectId, _
includeDerived As Boolean _
) As ObjectIdCollection |
Visual C++ |
---|
public:
[ObsoleteAttribute(L"Use Autodesk.Civil.DatabaseServices.SectionalDataBandLabelGroup.GetAvailableLabelGroupIds instead.",
false)]
static ObjectIdCollection^ GetAvailableLabelGroups(
ObjectId profileViewId,
bool includeDerived
) |
Parameters
- profileViewId
- Type: ObjectId
The objectId of the profile view where the label groups are located.
- includeDerived
- Type: System..::..Boolean
Indicates whether to include the derived types of SectionalDataBandLabelGroup.
Exceptions
Exception | Condition |
---|
System..::..ArgumentException |
Thrown when the profileViewId is invalid.
|
See Also