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


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

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