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


ITrackingTool.Add Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IT > ITrackingTool Interface > ITrackingTool.Add Method
ArcGIS Developer Help

ITrackingTool.Add Method

The point to add.

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

Product Availability

Available with ArcGIS Desktop.

See Also

ITrackingTool Interface