What argument do I enter to stop the attribute change (user edit in attribute table field) that initiated this sub?
Private Sub EditorEvents2_OnStartOperation()
If gi_Selection > 1 Then
MsgBox "blah"
gb_MultipleEdit = True
'm_pEditor.StopOperation(??Argument??)
Else
gb_MultipleEdit = False
End If
End Sub
Thanks,
Jill, USFS Region 6