Inserts multiple elevation points along the FeatureLine.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public void InsertElevationPoints( Point3dCollection cliPoints )
VB
Public Sub InsertElevationPoints ( cliPoints As Point3dCollection )
C++
public: void InsertElevationPoints( Point3dCollection^ cliPoints )
Parameters
- cliPoints Point3dCollection
- The specified points on the feature line.
Exceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when: One of the specified points is not along the feature line. One of the specified point is already a elevation point or PI point, or only elevation different from existing elevation points or PI points. |