Returns an ObjectIdCollection of all SuperElevationBandLabelGroup objects on the specified ProfileView.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public static ObjectIdCollection GetAvailableLabelGroupIds(
ObjectId profileViewId
) |
| Visual Basic |
|---|
Public Shared Function GetAvailableLabelGroupIds ( _
profileViewId As ObjectId _
) As ObjectIdCollection |
| Visual C++ |
|---|
public:
static ObjectIdCollection^ GetAvailableLabelGroupIds(
ObjectId profileViewId
) |
Parameters
- profileViewId
- Type: ObjectId
The ObjectId of the ProfileView where the label groups are located.
Exceptions
| Exception | Condition |
|---|
| System..::..ArgumentException |
Thrown when the profileViewId is invalid.
|
See Also