ProfileLineLabelGroupGetAvailableLabelGroups Method |
Note: This API is now obsolete.
Returns an ObjectIdCollection of all ProfileLineLabelGroup objects on the Profile in the specified ProfileView.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax[ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.ProfileLineLabelGroup.GetAvailableLabelGroupIds instead.",
false)]
public static ObjectIdCollection GetAvailableLabelGroups(
ObjectId profileViewId,
ObjectId profileId,
bool includeDerived
)
<ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.ProfileLineLabelGroup.GetAvailableLabelGroupIds instead.",
false)>
Public Shared Function GetAvailableLabelGroups (
profileViewId As ObjectId,
profileId As ObjectId,
includeDerived As Boolean
) As ObjectIdCollection
public:
[ObsoleteAttribute(L"Use Autodesk.Civil.DatabaseServices.ProfileLineLabelGroup.GetAvailableLabelGroupIds instead.",
false)]
static ObjectIdCollection^ GetAvailableLabelGroups(
ObjectId profileViewId,
ObjectId profileId,
bool includeDerived
)
Parameters
- profileViewId ObjectId
- The objectId of the profile view where the label groups are located.
- profileId ObjectId
- The objectId of the profile where the label groups are located.
- includeDerived Boolean
- Indicates whether to include the derived types of ProfileLineLabelGroup.
Return Value
ObjectIdCollection
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the profileId or profileViewId is invalid.
|
See Also