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


INewCircleFeedback2.RadiusLineSymbol Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IN > INewCircleFeedback2 Interface > INewCircleFeedback2.RadiusLineSymbol Property
ArcGIS Developer Help

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 [in]

ppSymbol is a parameter of type ISymbol* ppSymbol [out, retval]
ppSymbol is a parameter of type ISymbol**

Product Availability

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

See Also

INewCircleFeedback2 Interface