This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPSAGeoDataDomain Interface > IGPSAGeoDataDomain.SetRasterData Method (ArcObjects .NET 10.4 SDK) |
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