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


IAnimationType.KeyframeCLSID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IA > IAnimationType Interface > IAnimationType.KeyframeCLSID Property
ArcGIS Developer Help

IAnimationType.KeyframeCLSID Property

The class ID of the associated keyframe.

[Visual Basic .NET]
Public ReadOnly Property KeyframeCLSID As UID
[C#]
public UID KeyframeCLSID {get;}
[C++]
HRESULT get_KeyframeCLSID(
  IUID** ppCLSID
);
[C++]
Parameters
ppCLSID [out, retval]

ppCLSID is a parameter of type IUID**

Product Availability

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

See Also

IAnimationType Interface