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


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

IVRMLExporter.SaveOnlyVisible Property

Indicates if only the visible items are saved.

[Visual Basic .NET]
Public Property SaveOnlyVisible As Boolean
[C#]
public bool SaveOnlyVisible {get; set;}
[C++]
HRESULT get_SaveOnlyVisible(
  VARIANT_BOOL pSaveOnlyVisible
);
[C++]
HRESULT put_SaveOnlyVisible(
  Boolean* pSaveOnlyVisible
);
[C++]
Parameters
pSaveOnlyVisible [in]

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