Inserts multiple elevation points along the FeatureLine.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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
| Exception | Condition |
|---|
| 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