This document is archived and information here might be outdated. Recommended version. |
Selection symbol.
[Visual Basic .NET] Public Property SelectionSymbol As ISymbol
[C#] public ISymbol SelectionSymbol {get; set;}
[C++]
HRESULT get_SelectionSymbol(
ISymbol** Symbol
);
[C++]
HRESULT putref_SelectionSymbol(
ISymbol* Symbol
);
[C++] Parameters Symbol [out, retval]
Symbol is a parameter of type ISymbol** Symbol [in]
Symbol is a parameter of type ISymbol*