This document is archived and information here might be outdated. Recommended version. |
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*