Table of Contents

Example

Copy Icon (snippet only)

by: kimwida, January 2019
published: http://forum.avolites.com/viewtopic.php?f=20&t=5784#p21569
description: copy a legend icon from another handle

functions

Code

  <step pause="0.01">Handles.SetSourceHandleFromHandle(handle:"Location=Colours,1,3")</step>
  <step pause="0.01">Handles.SetIcon(Math.Cast.ToInteger(Handles.GetIconId(handle:"Location=Colours,1,1")))</step>
  <step pause="0.01">Handles.ClearSelection()</step>

Explanation

This explains the functional steps within the sequence. For all the other XML details please refer to Formats and syntax

How to use it

This is a snippet only - adapt and use it in your own macros.