Method Execute
Execute(IEnumerable<IMarker>)
Execute the action.
Declaration
public abstract bool Execute(IEnumerable<IMarker> markers)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<IMarker> | markers | Markers that will be used for the action. |
Returns
Type | Description |
---|---|
bool | true if the action has been executed. false otherwise |