FeatureLineInsertElevationPoints Method

Inserts multiple elevation points along the FeatureLine.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public void InsertElevationPoints(
	Point3dCollection cliPoints
)

Parameters

cliPoints  Point3dCollection
The specified points on the feature line.
Exceptions
ExceptionCondition
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.
See Also