Removes the profile PVI from the collection closest to the given station and elevation.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0
Syntax
C#
public void RemoveAt( double station, double elevation )
Visual Basic
Public Sub RemoveAt ( _ station As Double, _ elevation As Double _ )
Visual C++
public: void RemoveAt( double station, double elevation )
Parameters
- station
- Type: System.Double
Station value.
- elevation
- Type: System.Double
Elevation value.
Remarks
The first and the last PVI cannot be removed.
Exceptions
Exception | Condition |
---|---|
System.InvalidOperationException |
Thrown when:
|