This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > ArcScan > ESRI.ArcGIS.ArcScan > Interfaces > IN > INotifySelectionBlock Interface > INotifySelectionBlock.SelectionBlock Method (ArcObjects .NET 10.5 SDK) |
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 );