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


IKeyframe.ActiveProperties Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (3DAnalyst)  

IKeyframe.ActiveProperties Property

The combination of active properties.

[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. Requires 3D Analyst Extension.

See Also

IKeyframe Interface