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,
  VARIANT_BOOL* pbVisible,
  Long* 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 VARIANT_BOOL pTransparency [out]   pTransparency is a parameter of type Long

Product Availability

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

See Also

IGlobeDisplayLayers2 Interface