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


IAGGroupAnimationOptions.Blending Property (ArcObjects .NET 10.5 SDK)
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