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


IAGGroupAnimationOptions.PutVisibilitySettings 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.PutVisibilitySettings Method
ArcGIS Developer Help

IAGGroupAnimationOptions.PutVisibilitySettings Method

Put the visibility settings.

[Visual Basic .NET]
Public Sub PutVisibilitySettings ( _
    ByVal bOneLayer As Boolean, _
    ByVal bAppear As Boolean, _
    ByVal bReverse As Boolean _
)
[C#]
public void PutVisibilitySettings (
    bool bOneLayer,
    bool bAppear,
    bool bReverse
);
[C++]
HRESULT PutVisibilitySettings(
  VARIANT_BOOL bOneLayer,
  VARIANT_BOOL bAppear,
  VARIANT_BOOL bReverse
);
[C++]
Parameters
bOneLayer [in]

bOneLayer is a parameter of type bool bAppear [in]
bAppear is a parameter of type bool bReverse [in]
bReverse is a parameter of type bool

Product Availability

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

See Also

IAGGroupAnimationOptions Interface