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


IAGAnimationType.PropertyType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGAnimationType Interface > IAGAnimationType.PropertyType Property
ArcGIS Developer Help

IAGAnimationType.PropertyType Property

The type of the properties that can be animated.

[Visual Basic .NET]
Public Function get_PropertyType ( _
    ByVal index As Integer _
) As esriAnimationPropertyType
[C#]
public esriAnimationPropertyType get_PropertyType (
    int index
);
[C++]
HRESULT get_PropertyType(
  long index,
  esriAnimationPropertyType* pPropType
);
[C++]
Parameters
index [in]

index is a parameter of type long pPropType [out, retval]
pPropType is a parameter of type esriAnimationPropertyType*

Product Availability

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

See Also

IAGAnimationType Interface