This document is archived and information here might be outdated. Recommended version. |
Indicates whether maximum visibility values are calculated for selected items.
[Visual Basic .NET]
Public Property CalculateRasterMaxCellSizes As Boolean
[C#]
public bool CalculateRasterMaxCellSizes {get; set;}
[C++]
HRESULT get_CalculateRasterMaxCellSizes(
VARIANT_BOOL pbDoCalculateMax
);
[C++]
HRESULT put_CalculateRasterMaxCellSizes(
Boolean* pbDoCalculateMax
);
[C++] Parameters pbDoCalculateMax [in]
pbDoCalculateMax is a parameter of type bool pbDoCalculateMax [out, retval]
pbDoCalculateMax is a parameter of type bool*