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


IGlobeViewer2.SecondaryViewersVisiblity Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeViewer2 Interface > IGlobeViewer2.SecondaryViewersVisiblity Property
ArcGIS Developer Help

IGlobeViewer2.SecondaryViewersVisiblity Property

Indicates if secondary viewers are visible during OpenGL back buffer capture.

[Visual Basic .NET]
Public Property SecondaryViewersVisiblity As Boolean
[C#]
public bool SecondaryViewersVisiblity {get; set;}
[C++]
HRESULT get_SecondaryViewersVisiblity(
  VARIANT_BOOL pbViewersVisible
);
[C++]
HRESULT put_SecondaryViewersVisiblity(
  Boolean* pbViewersVisible
);
[C++]
Parameters
pbViewersVisible [in]

pbViewersVisible is a parameter of type bool pbViewersVisible [out, retval]
pbViewersVisible is a parameter of type bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGlobeViewer2 Interface