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


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

IGPSAGeoDataDomain.SetRasterData Method

Sets raster data.

[Visual Basic .NET]
Public Sub SetRasterData ( _
    ByVal integerOnly As Boolean, _
    ByVal allowFormulated As Boolean _
)
[C#]
public void SetRasterData (
    bool integerOnly,
    bool allowFormulated
);
[C++]
HRESULT SetRasterData(
  VARIANT_BOOL integerOnly,
  VARIANT_BOOL allowFormulated
);
[C++]
Parameters
integerOnly [in]

integerOnly is a parameter of type bool allowFormulated [in]
allowFormulated is a parameter of type bool

Product Availability

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

See Also

IGPSAGeoDataDomain Interface