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


IVRMLExporter.UseElevationGrid Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IV > IVRMLExporter Interface > IVRMLExporter.UseElevationGrid Property
ArcGIS Developer Help

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