Deletes elevation points along the FeatureLine.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public void DeleteElevationPoints(
	Point3dCollection cliPoints
)
Visual Basic
Public Sub DeleteElevationPoints ( _
	cliPoints As Point3dCollection _
)
Visual C++
public:
void DeleteElevationPoints(
	Point3dCollection^ cliPoints
)

Parameters

cliPoints
Type: Point3dCollection
The elevation points to delete.

Exceptions

ExceptionCondition
System..::..ArgumentException Thrown when: The specified point is not an elevation point.

See Also