Deletes elevation points along the FeatureLine.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public void DeleteElevationPoints( Point3dCollection cliPoints )
VB
Public Sub DeleteElevationPoints ( cliPoints As Point3dCollection )
C++
public: void DeleteElevationPoints( Point3dCollection^ cliPoints )
Parameters
- cliPoints Point3dCollection
- The elevation points to delete.
Exceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when: The specified point is not an elevation point. |