AlignmentStationEquationLabelGroupGetAvailableLabelGroups Method |
Note: This API is now obsolete.
Returns an ObjectId collection of AlignmentStationEquationLabelGroup obects on the alignment.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax[ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.AlignmentStationEquationLabelGroup.GetAvailableLabelGroupIds instead.",
false)]
public static ObjectIdCollection GetAvailableLabelGroups(
ObjectId alignmentId,
bool includeDerived
)
<ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.AlignmentStationEquationLabelGroup.GetAvailableLabelGroupIds instead.",
false)>
Public Shared Function GetAvailableLabelGroups (
alignmentId As ObjectId,
includeDerived As Boolean
) As ObjectIdCollection
public:
[ObsoleteAttribute(L"Use Autodesk.Civil.DatabaseServices.AlignmentStationEquationLabelGroup.GetAvailableLabelGroupIds instead.",
false)]
static ObjectIdCollection^ GetAvailableLabelGroups(
ObjectId alignmentId,
bool includeDerived
)
Parameters
- alignmentId ObjectId
- The ObjectId of the alignment where the labels are located.
- includeDerived Boolean
- Indicates whether to include the derived lable types.
Return Value
ObjectIdCollection
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the alignmentId is invalid.
|
See Also