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


IAGAnimationType.PropertyName Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Animation)  

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,
  BSTR* 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