Inserts an elevation point along the FeatureLine.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0
Syntax
C#
public void InsertElevationPoint(
Point3d pt
)Visual Basic
Public Sub InsertElevationPoint ( _
pt As Point3d _
)Visual C++
public:
void InsertElevationPoint(
Point3d pt
)Parameters
- pt
- Type: Point3d
The specified point on the feature line.
Exceptions
| Exception | Condition |
|---|---|
| System.ArgumentException | Thrown when: The specified point is not along the feature line. The specified point is already a elevation point or PI point, or only elevation different from existing elevation points or PI points. |