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