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


IVRMLExporter.UseGeoVRML Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (3DAnalyst)  

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