InsertElevationPoints Method

Inserts multiple elevation points along the FeatureLine.

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

Syntax

C#

public void InsertElevationPoints(
	Point3dCollection cliPoints
)

Visual Basic

Public Sub InsertElevationPoints ( _
	cliPoints As Point3dCollection _
)

Visual C++

public:
void InsertElevationPoints(
	Point3dCollection^ cliPoints
)

Parameters

cliPoints
Type: Point3dCollection
The specified points on the feature line.

Exceptions

ExceptionCondition
System.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