This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IV > IVRMLExporter Interface > IVRMLExporter.UseElevationGrid Property (ArcObjects .NET 10.4 SDK) |
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(
VARIANT_BOOL pbUseElevationGrid
);
[C++]
Parameters pbUseElevationGrid [out, retval] pbUseElevationGrid is a parameter of type VARIANT_BOOL pbUseElevationGrid [in] pbUseElevationGrid is a parameter of type VARIANT_BOOL