ArcObjects Library Reference (Carto)  

IModifyDimensionFeedback.Start Method

Starts the feedback.

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

Parameters

Handle [in]

  Handle is a parameter of type IPoint

Product Availability

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

See Also

IModifyDimensionFeedback Interface