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


IRasterSpatialSelection.MaskRasterDataset Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IRasterSpatialSelection.MaskRasterDataset Property

Reference to the current selection dataset.

[Visual Basic .NET]
Public Property MaskRasterDataset As IRasterDataset
[C#]
public IRasterDataset MaskRasterDataset {get; set;}
[C++]
HRESULT get_MaskRasterDataset(
  IRasterDataset** ppRasterDataset
);
[C++]
HRESULT putref_MaskRasterDataset(
  IRasterDataset* ppRasterDataset
);
[C++]

Parameters ppRasterDataset [out, retval]
ppRasterDataset is a parameter of type IRasterDataset ppRasterDataset [in]
ppRasterDataset is a parameter of type IRasterDataset

Product Availability

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

See Also

IRasterSpatialSelection Interface