Class ApplyAdaptionHints
Represents a profile editor command that can be used to apply adaption hints to a layer.
public class ApplyAdaptionHints : IProfileEditorCommand
- Inheritance
-
objectApplyAdaptionHints
- Implements
Constructors
ApplyAdaptionHints(Layer, List<ArtemisDevice>)
Creates a new instance of the ApplyAdaptionHints class.
public ApplyAdaptionHints(Layer layer, List<ArtemisDevice> devices)
Parameters
layerLayerdevicesList<ArtemisDevice>
Properties
DisplayName
Gets the name of the command
public string DisplayName { get; }
Property Value
Methods
Execute()
Executes the command
public void Execute()
Undo()
Undoes the command
public void Undo()