This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IN > INewCircleFeedback2 Interface > INewCircleFeedback2.RadiusLineSymbol Property (ArcObjects .NET 10.4 SDK) |
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