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


IAGAnimationType.PropertyName 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.PropertyName Property
ArcGIS Developer Help

IAGAnimationType.PropertyName Property

The name of the properties that can be animated.

[Visual Basic .NET]
Public Function get_PropertyName ( _
    ByVal index As Integer _
) As String
[C#]
public string get_PropertyName (
    int index
);
[C++]
HRESULT get_PropertyName(
  long index,
  System.String* pPropName
);
[C++]
Parameters
index [in]

index is a parameter of type long pPropName [out, retval]
pPropName is a parameter of type BSTR*

Product Availability

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

See Also

IAGAnimationType Interface