Deletes a PI point along the FeatureLine.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public void DeletePIPoint( Point3d pt )
VB
Public Sub DeletePIPoint ( pt As Point3d )
C++
public: void DeletePIPoint( Point3d pt )
Parameters
- pt Point3d
- The PI point to delete.
Exceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when: The specified point is not a PI point. |