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


IVRMLExporter.SaveOnlyVisible Property (ArcObjects .NET 10.5 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(
  VARIANT_BOOL pSaveOnlyVisible
);
[C++]

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