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


IGPRasterFormulated.Create Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPRasterFormulated Interface > IGPRasterFormulated.Create Method
ArcGIS Developer Help

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