This document is archived and information here might be outdated. Recommended version. |
The maximum scale ratios for drawing hierarchy value 1 and also each hierarchy level max value.
[Visual Basic .NET] Public Property ScaleFilters As IDoubleArray
[C#] public IDoubleArray ScaleFilters {get; set;}
[C++]
HRESULT get_ScaleFilters(
IDoubleArray** scaleRatios
);
[C++]
HRESULT put_ScaleFilters(
IDoubleArray* scaleRatios
);
[C++]
Parameters scaleRatios [out, retval]
scaleRatios is a parameter of type IDoubleArray** scaleRatios [in]
scaleRatios is a parameter of type IDoubleArray*