This document is archived and information here might be outdated.  Recommended version.


IAGGroupAnimationOptions.GetVisibilitySettings Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGGroupAnimationOptions Interface > IAGGroupAnimationOptions.GetVisibilitySettings Method
ArcGIS Developer Help

IAGGroupAnimationOptions.GetVisibilitySettings Method

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(
  Boolean* pbOneLayer,
  Boolean* pbAppear,
  Boolean* pbReverse
);
[C++]
Parameters
pbOneLayer [out]

pbOneLayer is a parameter of type bool* pbAppear [out]
pbAppear is a parameter of type bool* pbReverse [out]
pbReverse is a parameter of type bool*

Product Availability

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

See Also

IAGGroupAnimationOptions Interface