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


IAnimationType.PropertyCount 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.PropertyCount Property
ArcGIS Developer Help

IAnimationType.PropertyCount Property

The number of properties that can be animated.

[Visual Basic .NET]
Public ReadOnly Property PropertyCount As Integer
[C#]
public int PropertyCount {get;}
[C++]
HRESULT get_PropertyCount(
  System.Int32* pPropCount
);
[C++]
Parameters
pPropCount [out, retval]

pPropCount is a parameter of type long*

Product Availability

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

See Also

IAnimationType Interface