This document is archived and information here might be outdated.  Recommended version.


IVRMLExporter.UseElevationGrid Property (ArcObjects .NET 10.6 SDK)
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(
  Boolean* pbUseElevationGrid
);
[C++]

Parameters pbUseElevationGrid [in]
pbUseElevationGrid is a parameter of type bool pbUseElevationGrid [out, retval]
pbUseElevationGrid is a parameter of type bool*

Product Availability

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

See Also

IVRMLExporter Interface