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(
  VARIANT_BOOL pbUseGeoVRML
);
[C++]

Parameters

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