Deletes elevation points along the FeatureLine.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.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
| Exception | Condition |
|---|---|
| System.ArgumentException | Thrown when: The specified point is not an elevation point. |