Deletes an elevation point along the FeatureLine.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public void DeleteElevationPoint(
Point3d pt
) |
Visual Basic |
---|
Public Sub DeleteElevationPoint ( _
pt As Point3d _
) |
Visual C++ |
---|
public:
void DeleteElevationPoint(
Point3d pt
) |
Parameters
- pt
- Type: Point3d
The elevation point to delete.
Exceptions
Exception | Condition |
---|
System..::..ArgumentException |
Thrown when:
The specified point is not an elevation point.
|
See Also