This document is archived and information here might be outdated. Recommended version. |
Indicates whether the default unique value renderer is currently active.
[Visual Basic .NET]
Public Property UseDefaultSymbol As Boolean
[C#]
public bool UseDefaultSymbol {get; set;}
[C++]
HRESULT get_UseDefaultSymbol(
VARIANT_BOOL pFlag
);
[C++]
HRESULT put_UseDefaultSymbol(
Boolean* pFlag
);
[C++] Parameters pFlag [in]
pFlag is a parameter of type bool pFlag [out, retval]
pFlag is a parameter of type bool*