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


IBasicRasterSdeConnection.MaskRaster Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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