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


IBasicRasterSdeConnection.MaskRaster Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IB > IBasicRasterSdeConnection Interface > IBasicRasterSdeConnection.MaskRaster Property
ArcGIS Developer Help

IBasicRasterSdeConnection.MaskRaster Property

The input raster mask to be loaded to SDE.

[Visual Basic .NET]
Public Property MaskRaster As IRaster
[C#]
public IRaster MaskRaster {get; set;}
[C++]
HRESULT get_MaskRaster(
  IRaster** MaskRaster
);
[C++]
HRESULT putref_MaskRaster(
  IRaster* MaskRaster
);
[C++]
Parameters
MaskRaster [out, retval]

MaskRaster is a parameter of type IRaster** MaskRaster [in]
MaskRaster is a parameter of type IRaster*

Product Availability

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

See Also

IBasicRasterSdeConnection Interface