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


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

IAnimationType.EnumPropertyMaxValue Property

The maximum value of an integer or long enumerated property.

[Visual Basic .NET]
Public Function get_EnumPropertyMaxValue ( _
    ByVal index As Integer _
) As Integer
[C#]
public int get_EnumPropertyMaxValue (
    int index
);
[C++]
HRESULT get_EnumPropertyMaxValue(
  long index,
  System.Int32* pMaxValue
);
[C++]
Parameters
index [in]

index is a parameter of type long pMaxValue [out, retval]
pMaxValue is a parameter of type long*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IAnimationType Interface