ProfilePVICollectionRemoveAt(Double, Double) Method

Removes the profile PVI from the collection closest to the given station and elevation.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public void RemoveAt(
	double station,
	double elevation
)

Parameters

station  Double
Station value.
elevation  Double
Elevation value.
Exceptions
ExceptionCondition
InvalidOperationException Thrown when:
  1. Removing the first or the last PVI.
  2. ProfilePVICollection is an empty collection.
Remarks
The first and the last PVI cannot be removed.
See Also