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


IRasterSpatialSelection.MaskDrawPolyRect Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterSpatialSelection Interface > IRasterSpatialSelection.MaskDrawPolyRect Method
ArcGIS Developer Help

IRasterSpatialSelection.MaskDrawPolyRect Method

Perform the mask operation with the given array of rectangles.

[Visual Basic .NET]
Public Sub MaskDrawPolyRect ( _
    ByVal TrackCancel As ITrackCancel, _
    ByVal vRects As Object, _
    ByVal op As esriRasterSelectionMaskOp _
)
[C#]
public void MaskDrawPolyRect (
    ITrackCancel TrackCancel,
    object vRects,
    esriRasterSelectionMaskOp op
);
[C++]
HRESULT MaskDrawPolyRect(
  ITrackCancel* TrackCancel,
  VARIANT vRects,
  esriRasterSelectionMaskOp op
);
[C++]
Parameters
TrackCancel [in]

TrackCancel is a parameter of type ITrackCancel* vRects [in]
vRects is a parameter of type VARIANT op [in]
op is a parameter of type esriRasterSelectionMaskOp

Product Availability

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

See Also

IRasterSpatialSelection Interface