This document is archived and information here might be outdated.  Recommended version.


ITrackingTool.Remove Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (EditorExt)  

ITrackingTool.Remove Method

The point to remove.

[Visual Basic .NET]
Public Sub Remove ( _
    ByVal point As IPoint _
)
[C#]
public void Remove (
    IPoint point
);

Product Availability

Available with ArcGIS Desktop.

See Also

ITrackingTool Interface