ArcObjects Library Reference (Display)  

INewMultiPointFeedback.Start Method

Begins a normal feedback at the given point.

[Visual Basic .NET]
Public Sub Start ( _
    ByVal Points As IPointCollection, _
    ByVal Point As IPoint _
)
[C#]
public void Start (
    IPointCollection Points,
    IPoint Point
);
[C++]
HRESULT Start(
  IPointCollection* Points,
  IPoint* Point
);
[C++]

Parameters

Points [in]

  Points is a parameter of type IPointCollection

Point [in]

  Point is a parameter of type IPoint

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

INewMultiPointFeedback Interface