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


IAGGroupAnimationOptions.Blending Property (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.Blending Property
ArcGIS Developer Help

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(
  Boolean* pbBlend
);
[C++]
HRESULT put_Blending(
  VARIANT_BOOL pbBlend
);
[C++]
Parameters
pbBlend [out, retval]

pbBlend is a parameter of type bool* pbBlend [in]
pbBlend is a parameter of type bool

Product Availability

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

See Also

IAGGroupAnimationOptions Interface