ArcObjects Library Reference (Animation)  

IAGGroupAnimationOptions.Blending Property

Indicates whether to blend layers during animation.

[Visual Basic .NET]
Public Property Blending As Boolean
[C#]
public bool Blending {get; set;}
[C++]
HRESULT get_Blending(
  VARIANT_BOOL* pbBlend
);
[C++]
HRESULT put_Blending(
  VARIANT_BOOL pbBlend
);
[C++]

Parameters

pbBlend [out, retval]   pbBlend is a parameter of type VARIANT_BOOL pbBlend [in]   pbBlend is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IAGGroupAnimationOptions Interface

.NET Snippets

Create Group Layer Animation