DeletePIPoint Method

Deletes a PI point along the FeatureLine.

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

Syntax

C#

public void DeletePIPoint(
	Point3d pt
)

Visual Basic

Public Sub DeletePIPoint ( _
	pt As Point3d _
)

Visual C++

public:
void DeletePIPoint(
	Point3d pt
)

Parameters

pt
Type: Point3d
The PI point to delete.

Exceptions

ExceptionCondition
System.ArgumentException Thrown when: The specified point is not a PI point.

See Also