This document is archived and information here might be outdated. Recommended version. |
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**