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


ISxAnimationEnvironment.SelectedKeyframes Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IS > ISxAnimationEnvironment Interface > ISxAnimationEnvironment.SelectedKeyframes Property
ArcGIS Developer Help

ISxAnimationEnvironment.SelectedKeyframes Property

The indices of the selected animation keyframes.

[Visual Basic .NET]
Public Property SelectedKeyframes As ILongArray
[C#]
public ILongArray SelectedKeyframes {get; set;}
[C++]
HRESULT get_SelectedKeyframes(
  ILongArray** ppIndices
);
[C++]
HRESULT putref_SelectedKeyframes(
  ILongArray* ppIndices
);
[C++]
Parameters
ppIndices [out, retval]

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

ISxAnimationEnvironment Interface