This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGGroupAnimationOptions Interface > IAGGroupAnimationOptions.Blending Property (ArcObjects .NET 10.5 SDK) |
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