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


INotifySelectionBlock.SelectionBlock Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcScan > ESRI.ArcGIS.ArcScan > Interfaces > IN > INotifySelectionBlock Interface > INotifySelectionBlock.SelectionBlock Method
ArcGIS Developer Help

INotifySelectionBlock.SelectionBlock Method

Called when a block is found during selection.

[Visual Basic .NET]
Public Sub SelectionBlock ( _
    ByRef rectangle As tagRECT, _
    ByVal block As Object, _
    ByVal cancel As ITrackCancel _
)
[C#]
public void SelectionBlock (
    ref tagRECT rectangle,
    ref object block,
    ref ITrackCancel cancel
);

Product Availability

Available with ArcGIS Desktop. Requires ArcScan Extension.

See Also

INotifySelectionBlock Interface