This document is archived and information here might be outdated. Recommended version. |
The symbol used for the callout line.
[Visual Basic .NET] Public Property CallOutLineSymbol As ISimpleLineSymbol
[C#] public ISimpleLineSymbol CallOutLineSymbol {get; set;}
[C++]
HRESULT get_CallOutLineSymbol(
ISimpleLineSymbol* ppLineSym
);
[C++]
HRESULT put_CallOutLineSymbol(
ISimpleLineSymbol** ppLineSym
);
[C++] Parameters ppLineSym [in]
ppLineSym is a parameter of type ISimpleLineSymbol* ppLineSym [out, retval]
ppLineSym is a parameter of type ISimpleLineSymbol**