ArcObjects Library Reference (Geoprocessing)  

IGPRasterFormulated.Create Method

Makes as an integer constant geodata.

[Visual Basic .NET]
Public Sub Create ( _
    ByVal Type As esriRasterDistributionEnum, _
    [ByRef Value As Object] _
)
[C#]
public void Create (
    esriRasterDistributionEnum Type,
    ref object Value
);
[C#]

Optional Values

Value   To indicate that this parameter is undefined, first define a variable object Missing = Type.Missing; then pass this in as ref Missing.
[C++]
HRESULT Create(
  esriRasterDistributionEnum Type,
  VARIANT* Value
);
[C++]

Parameters

Type [in]

  Type is a parameter of type esriRasterDistributionEnum

Value [optional]   Value is a parameter of type VARIANT

  To indicate this parameter is undefined pass a reference to a VARIANT with type VT_ERROR and scode value of DISP_E_PARAMNOTFOUND.

Product Availability

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

See Also

IGPRasterFormulated Interface