ArcObjects Library Reference (GlobeCore)  

IGlobeGraphicsLayer.GetIsElementVisible Method

Get the visibility of an element.

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

Parameters

elementIndex [in]   elementIndex is a parameter of type long pbVisible [out]   pbVisible is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGlobeGraphicsLayer Interface