FeatureLineDeleteElevationPoint Method |
Deletes an elevation point along the FeatureLine.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void DeleteElevationPoint(
Point3d pt
)
Public Sub DeleteElevationPoint (
pt As Point3d
)
public:
void DeleteElevationPoint(
Point3d pt
)
Parameters
- pt Point3d
- The elevation point to delete.
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when:
The specified point is not an elevation point.
|
See Also