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


IModifyDimensionFeedback.Start Method (ArcObjects .NET 10.5 SDK)
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