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


IRandomFunctionArguments.DistributionArguments Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRandomFunctionArguments Interface > IRandomFunctionArguments.DistributionArguments Property
ArcGIS Developer Help

IRandomFunctionArguments.DistributionArguments Property

The random distribution argument values.

[Visual Basic .NET]
Public Property DistributionArguments As IDoubleArray
[C#]
public IDoubleArray DistributionArguments {get; set;}
[C++]
HRESULT get_DistributionArguments(
  IDoubleArray** ppArgs
);
[C++]
HRESULT putref_DistributionArguments(
  IDoubleArray* ppArgs
);
[C++]
Parameters
ppArgs [out, retval]

ppArgs is a parameter of type IDoubleArray** ppArgs [in]
ppArgs is a parameter of type IDoubleArray*

Product Availability

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

See Also

IRandomFunctionArguments Interface