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


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