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


ICalloutFeedback2.Start Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IC > ICalloutFeedback2 Interface > ICalloutFeedback2.Start Method
ArcGIS Developer Help

ICalloutFeedback2.Start Method

Begins a feedback of the given symbol.

[Visual Basic .NET]
Public Sub Start ( _
    ByVal Symbol As ISymbol, _
    ByVal Geometry As IGeometry, _
    ByVal Point As IPoint, _
    ByVal ReferenceScale As Double _
)
[C#]
public void Start (
    ISymbol Symbol,
    IGeometry Geometry,
    IPoint Point,
    double ReferenceScale
);
[C++]
HRESULT Start(
  ISymbol* Symbol,
  IGeometry* Geometry,
  IPoint* Point,
  double ReferenceScale
);
[C++]
Parameters
Symbol [in]

Symbol is a parameter of type ISymbol* Geometry [in]
Geometry is a parameter of type IGeometry* Point [in]
Point is a parameter of type IPoint* ReferenceScale [in]
ReferenceScale is a parameter of type double

Product Availability

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

See Also

ICalloutFeedback2 Interface