ArcObjects Library Reference (3DAnalyst)  

IVRMLExporter.UseElevationGrid Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IVRMLExporter Interface