ArcObjects Library Reference (Display)  

INewCircleFeedback2.RadiusLineSymbol Property

Set the symbol for the radius line.

[Visual Basic .NET]
Public Property RadiusLineSymbol As ISymbol
[C#]
public ISymbol RadiusLineSymbol {get; set;}
[C++]
HRESULT get_RadiusLineSymbol(
  ISymbol** ppSymbol
);
[C++]
HRESULT putref_RadiusLineSymbol(
  ISymbol* ppSymbol
);
[C++]

Parameters

ppSymbol [out, retval]

  ppSymbol is a parameter of type ISymbol

ppSymbol [in]

  ppSymbol is a parameter of type ISymbol

Product Availability

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

See Also

INewCircleFeedback2 Interface