protected Task<bool> ActivateSelectAsync( bool activate )
Protected Function ActivateSelectAsync( _ ByVal activate As Boolean _ ) As Task(Of Boolean)
Parameters
- activate
- If True the tool will start selecting features.
Return Value
A Task representing the mode change operation. Returns false if the SketchType is unsupported.