Share

FeatureLine.DeleteElevationPoint Method

Deletes an elevation point along the FeatureLine.



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

Syntax

C#

public void DeleteElevationPoint(
	Point3d pt
)

VB

Public Sub DeleteElevationPoint ( 
	pt As Point3d
)

C++

public:
void DeleteElevationPoint(
	Point3d pt
)

Parameters

pt  Point3d
The elevation point to delete.

Exceptions

ExceptionCondition
ArgumentException Thrown when: The specified point is not an elevation point.

See Also

Reference

Was this information helpful?