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


IKeyframe.IsActiveProperty Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IK > IKeyframe Interface > IKeyframe.IsActiveProperty Property
ArcGIS Developer Help

IKeyframe.IsActiveProperty Property

Indicates if an animation property is active.

[Visual Basic .NET]
Public Function get_IsActiveProperty ( _
    ByVal propIndex As Integer _
) As Boolean
[Visual Basic .NET]
Public Sub set_IsActiveProperty ( _
    ByVal propIndex As Integer, _
    ByVal pbIsActiveProp As Boolean _
)
[C#]
public bool get_IsActiveProperty (
    int propIndex
);
[C#]
public void set_IsActiveProperty (
    int propIndex,
    bool pbIsActiveProp
);
[C++]
HRESULT get_IsActiveProperty(
  long propIndex,
  Boolean* pbIsActiveProp
);
[C++]
HRESULT put_IsActiveProperty(
  long propIndex,
  VARIANT_BOOL pbIsActiveProp
);
[C++]
Parameters
propIndex [in]

propIndex is a parameter of type long pbIsActiveProp [out, retval]
pbIsActiveProp is a parameter of type bool* propIndex [in]
propIndex is a parameter of type long pbIsActiveProp [in]
pbIsActiveProp is a parameter of type bool

Product Availability

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

See Also

IKeyframe Interface