This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IA > IAnimationType Interface > IAnimationType.EnumPropertyMinValue Property (ArcObjects .NET 10.4 SDK) |
The minimum value of an integer or long enumerated property.
[Visual Basic .NET] Public Function get_EnumPropertyMinValue ( _ ByVal index As Integer _ ) As Integer
[C#] public int get_EnumPropertyMinValue ( int index );
[C++]
HRESULT get_EnumPropertyMinValue(
long index,
long* pMinValue
);
[C++]
Parameters index [in] index is a parameter of type long pMinValue [out, retval] pMinValue is a parameter of type long