menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ShapeFileResetCommand - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ShapeFileResetCommand

    Represents the ShapeFileResetCommand class in the SfMap. It is inherited from MapLayerCommandBase.

    Inheritance
    System.Object
    MapLayerCommandBase
    ShapeFileResetCommand
    Implements
    System.Windows.Input.ICommand
    Inherited Members
    MapLayerCommandBase.CanExecuteChanged
    MapLayerCommandBase.MapControl
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.Maps
    Assembly: Syncfusion.SfMaps.WPF.dll
    Syntax
    public class ShapeFileResetCommand : MapLayerCommandBase, ICommand
    Remarks

    This class represents the ShapeFileResetCommand in the map. Also it is inherited from MapLayerCommandBase.

    Constructors

    ShapeFileResetCommand(SfMap)

    Initializes a new instance of the ShapeFileResetCommand class.

    Declaration
    public ShapeFileResetCommand(SfMap mapControl)
    Parameters
    Type Name Description
    SfMap mapControl

    SfMap which is having ShapeFileResetCommand and its implementations.

    Remarks

    Initialize the MapControl property of the ShapeFileResetCommand.

    Methods

    CanExecute(Object)

    Determines whether ShapeFileResetCommand can execute in its current state.

    Declaration
    public override bool CanExecute(object parameter)
    Parameters
    Type Name Description
    System.Object parameter

    Type :System.Object

    object to determine can execute.

    Returns
    Type Description
    System.Boolean

    Type :System.Boolean

    true if the command can execute on the ShapeFileResetCommand target; otherwise, false.

    Overrides
    MapLayerCommandBase.CanExecute(Object)

    Execute(Object)

    Executes the ShapeFileResetCommand on the target.

    Declaration
    public override void Execute(object parameter)
    Parameters
    Type Name Description
    System.Object parameter

    Type :System.Object

    Parameter to be passed to the ShapeFileResetCommand handler.

    Overrides
    MapLayerCommandBase.Execute(Object)

    Implements

    System.Windows.Input.ICommand
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved