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


IGPSAGeoDataDomain.SetRasterData Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

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 VARIANT_BOOL allowFormulated [in] allowFormulated is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGPSAGeoDataDomain Interface