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


IArgStatisticsFunctionArguments.DurationMinimum Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IA > IArgStatisticsFunctionArguments Interface > IArgStatisticsFunctionArguments.DurationMinimum Property
ArcGIS Developer Help

IArgStatisticsFunctionArguments.DurationMinimum Property

Duration's minimum value.

[Visual Basic .NET]
Public Property DurationMinimum As Double
[C#]
public double DurationMinimum {get; set;}
[C++]
HRESULT get_DurationMinimum(
  System.Double* Min
);
[C++]
HRESULT put_DurationMinimum(
  double Min
);
[C++]
Parameters
Min [out, retval]

Min is a parameter of type double* Min [in]
Min is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IArgStatisticsFunctionArguments Interface