This document is archived and information here might be outdated. Recommended version. |
Check if layer is visible.
[Visual Basic .NET] Public Sub IsLayerVisibleEx ( _ ByVal Layer As ILayer, _ ByRef IsLayerVisible As Boolean, _ ByRef isParentLayerVisible As Boolean _ )
[C#] public void IsLayerVisibleEx ( ILayer Layer, ref bool IsLayerVisible, ref bool isParentLayerVisible );
[C++]
HRESULT IsLayerVisibleEx(
ILayer* Layer,
Boolean* IsLayerVisible,
Boolean* isParentLayerVisible
);
[C++] Parameters Layer [in]
Layer is a parameter of type ILayer* IsLayerVisible [out]
IsLayerVisible is a parameter of type bool* isParentLayerVisible [out]
isParentLayerVisible is a parameter of type bool*