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


IAGAnimationTrackKeyframes.ActiveProperties Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGAnimationTrackKeyframes Interface > IAGAnimationTrackKeyframes.ActiveProperties Property
ArcGIS Developer Help

IAGAnimationTrackKeyframes.ActiveProperties Property

The combination of active properties for the track.

[Visual Basic .NET]
Public Property ActiveProperties As ILongArray
[C#]
public ILongArray ActiveProperties {get; set;}
[C++]
HRESULT get_ActiveProperties(
  ILongArray** ppActiveProps
);
[C++]
HRESULT put_ActiveProperties(
  ILongArray* ppActiveProps
);
[C++]
Parameters
ppActiveProps [out, retval]

ppActiveProps is a parameter of type ILongArray** ppActiveProps [in]
ppActiveProps is a parameter of type ILongArray*

Product Availability

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

Remarks

This property stores the indexes of all the active properties of an animation track.

See Also

IAGAnimationTrackKeyframes Interface