ArcObjects Library Reference (Carto)  

INewDimensionFeedback.Start Method

Starts the display feedback.

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

Parameters

begin [in]

  begin is a parameter of type IPoint

Product Availability

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

See Also

INewDimensionFeedback Interface