ArcObjects Library Reference (Animation)  

IAGKeyframe.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,
  VARIANT_BOOL* 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 VARIANT_BOOL propIndex [in]   propIndex is a parameter of type long pbIsActiveProp [in]   pbIsActiveProp is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IAGKeyframe Interface