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


IVRMLExporter.UseGeoVRML 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.UseGeoVRML Property
ArcGIS Developer Help

IVRMLExporter.UseGeoVRML Property

Indicates if the GeoVRML Extension is used.

[Visual Basic .NET]
Public Property UseGeoVRML As Boolean
[C#]
public bool UseGeoVRML {get; set;}
[C++]
HRESULT get_UseGeoVRML(
  VARIANT_BOOL pbUseGeoVRML
);
[C++]
HRESULT put_UseGeoVRML(
  Boolean* pbUseGeoVRML
);
[C++]
Parameters
pbUseGeoVRML [in]

pbUseGeoVRML is a parameter of type bool pbUseGeoVRML [out, retval]
pbUseGeoVRML 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