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


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

IAnimationType.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. Requires 3D Analyst Extension.

See Also

IAnimationType Interface