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


IArgStatisticsFunctionArguments.DurationMaximum 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.DurationMaximum Property
ArcGIS Developer Help

IArgStatisticsFunctionArguments.DurationMaximum Property

Duration's maximum value.

[Visual Basic .NET]
Public Property DurationMaximum As Double
[C#]
public double DurationMaximum {get; set;}
[C++]
HRESULT get_DurationMaximum(
  System.Double* Max
);
[C++]
HRESULT put_DurationMaximum(
  double Max
);
[C++]
Parameters
Max [out, retval]

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

Product Availability

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

See Also

IArgStatisticsFunctionArguments Interface