This document is archived and information here might be outdated. Recommended version. |
Indicates if symbols are scaled for this layer.
[Visual Basic .NET]
Public Property ScaleSymbols As Boolean
[C#]
public bool ScaleSymbols {get; set;}
[C++]
HRESULT get_ScaleSymbols(
Boolean* Scale
);
[C++]
HRESULT put_ScaleSymbols(
VARIANT_BOOL Scale
);
[C++] Parameters Scale [out, retval]
Scale is a parameter of type bool* Scale [in]
Scale is a parameter of type bool