ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Editing.Events Namespace / GroundToGridEvent Class / Unsubscribe Method / Unsubscribe(Action<GroundToGridEventArgs>) Method

In This Topic
    Unsubscribe(Action<GroundToGridEventArgs>) Method
    In This Topic
    Unsubscribe from GroundToGridEvents by specifying the token that was returned by Subscribe.
    Syntax
    public static void Unsubscribe( 
       Action<GroundToGridEventArgs> action
    )
    Public Overloads Shared Sub Unsubscribe( _
       ByVal action As Action(Of GroundToGridEventArgs) _
    ) 

    Parameters

    action
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also