This document is archived and information here might be outdated. Recommended version. |
Indicates if the selected set of features is drawn using the SelectionSymbol.
[Visual Basic .NET]
Public Property SetSelectionSymbol As Boolean
[C#]
public bool SetSelectionSymbol {get; set;}
[C++]
HRESULT get_SetSelectionSymbol(
Boolean* setSymbol
);
[C++]
HRESULT put_SetSelectionSymbol(
VARIANT_BOOL setSymbol
);
[C++] Parameters setSymbol [out, retval]
setSymbol is a parameter of type bool* setSymbol [in]
setSymbol is a parameter of type bool