Method InvokeWithSelectedMarkers
InvokeWithSelectedMarkers<T>()
Execute a given marker action with the selected markers.
Declaration
public static bool InvokeWithSelectedMarkers<T>() where T : MarkerAction
Returns
| Type | Description | 
|---|---|
| bool | True if the action has been executed, false otherwise.  | 
    
Type Parameters
| Name | Description | 
|---|---|
| T | Action type to execute.  |