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


IGlobeDisplayLayers2.GetFeatureVisibility Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeDisplayLayers2.GetFeatureVisibility Method

Gets the visibility of a specific feature.

[Visual Basic .NET]
Public Sub GetFeatureVisibility ( _
    ByVal pLayer As ILayer, _
    ByVal featureID As Integer, _
    ByRef pbVisible As Boolean, _
    ByRef pTransparency As Integer _
)
[C#]
public void GetFeatureVisibility (
    ILayer pLayer,
    int featureID,
    ref bool pbVisible,
    ref int pTransparency
);
[C++]
HRESULT GetFeatureVisibility(
  ILayer* pLayer,
  long featureID,
  Boolean* pbVisible,
  System.Int32* pTransparency
);
[C++]

Parameters pLayer [in]
pLayer is a parameter of type ILayer* featureID [in]
featureID is a parameter of type long pbVisible [out]
pbVisible is a parameter of type bool* pTransparency [out]
pTransparency is a parameter of type int*

Product Availability

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

See Also

IGlobeDisplayLayers2 Interface