This document is archived and information here might be outdated. Recommended version. |
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*