This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IL > ILocalOp Interface > ILocalOp.Combine Method (ArcObjects .NET 10.5 SDK) |
Combines the Local GeoDatasets.
[Visual Basic .NET] Public Function Combine ( _ ByVal LocalData As IGeoDataset _ ) As IGeoDataset
[C#] public IGeoDataset Combine ( IGeoDataset LocalData );
[C++]
HRESULT Combine(
IGeoDataset* LocalData,
IGeoDataset** outGeodataset
);
[C++]
Parameters LocalData [in]
LocalData is a parameter of type IGeoDataset outGeodataset [out, retval]
outGeodataset is a parameter of type IGeoDataset
LocalData | a multiband Raster, RasterDataset, RasterBand, or RasterDescriptor |