This document is archived and information here might be outdated. Recommended version. |
Indicates if an elevation grid is used to save raster surfaces.
[Visual Basic .NET]
Public Property UseElevationGrid As Boolean
[C#]
public bool UseElevationGrid {get; set;}
[C++]
HRESULT get_UseElevationGrid(
VARIANT_BOOL pbUseElevationGrid
);
[C++]
HRESULT put_UseElevationGrid(
Boolean* pbUseElevationGrid
);
[C++] Parameters pbUseElevationGrid [in]
pbUseElevationGrid is a parameter of type bool pbUseElevationGrid [out, retval]
pbUseElevationGrid is a parameter of type bool*