Get the visibility settings.
[Visual Basic .NET] Public Sub GetVisibilitySettings ( _ ByRef pbOneLayer As Boolean, _ ByRef pbAppear As Boolean, _ ByRef pbReverse As Boolean _ )
[C#] public void GetVisibilitySettings ( ref bool pbOneLayer, ref bool pbAppear, ref bool pbReverse );
[C++]
HRESULT GetVisibilitySettings(
VARIANT_BOOL* pbOneLayer,
VARIANT_BOOL* pbAppear,
VARIANT_BOOL* pbReverse
);
[C++]Parameters
pbOneLayer [out] pbOneLayer is a parameter of type VARIANT_BOOL pbAppear [out] pbAppear is a parameter of type VARIANT_BOOL pbReverse [out] pbReverse is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.