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


IGlobeGraphicsLayer.PutIsElementVisible Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeGraphicsLayer.PutIsElementVisible Method

Set the visibility of an element.

[Visual Basic .NET]
Public Sub PutIsElementVisible ( _
    ByVal elementIndex As Integer, _
    ByVal bVisible As Boolean _
)
[C#]
public void PutIsElementVisible (
    int elementIndex,
    bool bVisible
);
[C++]
HRESULT PutIsElementVisible(
  long elementIndex,
  VARIANT_BOOL bVisible
);
[C++]

Parameters elementIndex [in] elementIndex is a parameter of type long bVisible [in] bVisible is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGlobeGraphicsLayer Interface