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


ISegmentMeanShiftFunctionArguments.Raster Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > ISegmentMeanShiftFunctionArguments Interface > ISegmentMeanShiftFunctionArguments.Raster Property
ArcGIS Developer Help

ISegmentMeanShiftFunctionArguments.Raster Property

The input raster. 3 bands (color) or 1 band (greyvalue), 8 bits per band.

[Visual Basic .NET]
Public Property Raster As Object
[C#]
public object Raster {get; set;}
[C++]
HRESULT get_Raster(
  IUnknown Pointer* ppImage
);
[C++]
HRESULT putref_Raster(
  LPUNKNOWN ppImage
);
[C++]
Parameters
ppImage [out, retval]

ppImage is a parameter of type IUnknown* ppImage [in]
ppImage is a parameter of type IUnknown

Product Availability

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

See Also

ISegmentMeanShiftFunctionArguments Interface