This document is archived and information here might be outdated. Recommended version. |
Indicates whether all unique cell size levels for the mosaic dataset are computed and stored.
[Visual Basic .NET]
Public Property CalculateLevels As Boolean
[C#]
public bool CalculateLevels {get; set;}
[C++]
HRESULT get_CalculateLevels(
VARIANT_BOOL pbCalculateLevels
);
[C++]
HRESULT put_CalculateLevels(
Boolean* pbCalculateLevels
);
[C++] Parameters pbCalculateLevels [in]
pbCalculateLevels is a parameter of type bool pbCalculateLevels [out, retval]
pbCalculateLevels is a parameter of type bool*