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


IGlobeGraphicsLayer.GetIsElementVisible Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeGraphicsLayer Interface > IGlobeGraphicsLayer.GetIsElementVisible Method
ArcGIS Developer Help

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,
  Boolean* pbVisible
);
[C++]
Parameters
elementIndex [in]

elementIndex is a parameter of type long pbVisible [out]
pbVisible is a parameter of type bool*

Product Availability

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

See Also

IGlobeGraphicsLayer Interface