This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGAnimationType Interface > IAGAnimationType.PropertyName Property (ArcObjects .NET 10.5 SDK) |
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