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


IRandomFunctionArguments.DistributionType 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.DistributionType Property
ArcGIS Developer Help

IRandomFunctionArguments.DistributionType Property

The random value distribution type.

[Visual Basic .NET]
Public Property DistributionType As esriRandomFunctionDistributionType
[C#]
public esriRandomFunctionDistributionType DistributionType {get; set;}
[C++]
HRESULT get_DistributionType(
  esriRandomFunctionDistributionType* pType
);
[C++]
HRESULT put_DistributionType(
  esriRandomFunctionDistributionType pType
);
[C++]
Parameters
pType [out, retval]

pType is a parameter of type esriRandomFunctionDistributionType* pType [in]
pType is a parameter of type esriRandomFunctionDistributionType

Product Availability

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

See Also

IRandomFunctionArguments Interface