This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPRasterFormulated Interface > IGPRasterFormulated.Create Method (ArcObjects .NET 10.5 SDK) |
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 );
Optional Values
[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.