This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IR > IReshapeFeedback Interface > IReshapeFeedback.Start Method (ArcObjects .NET 10.4 SDK) |
Begins a feedback operation at the point.
[Visual Basic .NET] Public Sub Start ( _ ByVal path As IPath, _ ByVal index As Integer, _ ByVal stretch As Boolean _ )
[C#] public void Start ( IPath path, int index, bool stretch );
[C++]
HRESULT Start(
IPath* path,
long index,
VARIANT_BOOL stretch
);
[C++]
Parameters path [in]
path is a parameter of type IPath index [in] index is a parameter of type long stretch [in] stretch is a parameter of type VARIANT_BOOL