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


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

ITrackPointOperation.Init Method

Initializes the track point operation, setting the control point.

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

Product Availability

Available with ArcGIS Desktop.

See Also

ITrackPointOperation Interface