This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeDisplayLayers2 Interface > IGlobeDisplayLayers2.GetFeatureVisibility Method (ArcObjects .NET 10.5 SDK) |
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