This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IV > IVRMLExporter Interface > IVRMLExporter.UseGeoVRML Property (ArcObjects .NET 10.4 SDK) |
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