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


IGPRasterFormulated.Create Method (ArcObjects .NET 10.6 SDK)
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++]
HRESULT Create(
  esriRasterDistributionEnum Type,
  Variant* Value
);
[C++]

Parameters Type [in]
Type is a parameter of type esriRasterDistributionEnum Value [in, optional]
Value is a parameter of type VARIANT*

Product Availability

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

See Also

IGPRasterFormulated Interface