ArcObjects Library Reference (3DAnalyst)  

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