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


INewDimensionFeedback.Start Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IN > INewDimensionFeedback Interface > INewDimensionFeedback.Start Method
ArcGIS Developer Help

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