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


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

IAnimationType.EnumPropertyValueName Property

The name of a value in an enumerated property.

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

index is a parameter of type long Value [in]
Value is a parameter of type long pValueName [out, retval]
pValueName 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