ProfilePVICollectionRemoveAt(Double, Double) Method |
Removes the profile PVI from the collection closest to the given station and elevation.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void RemoveAt(
double station,
double elevation
)
Public Sub RemoveAt (
station As Double,
elevation As Double
)
public:
void RemoveAt(
double station,
double elevation
)
Parameters
- station Double
- Station value.
- elevation Double
- Elevation value.
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown when:
- Removing the first or the last PVI.
- ProfilePVICollection is an empty collection.
|
Remarks
The first and the last PVI cannot be removed.
See Also