Enum ScanningGadget.SortPosition
Defines the insertion position for the new blueprint in relation to the PdaSortTarget in the PDA.
  
  public enum ScanningGadget.SortPosition- Extension Methods
Fields
- AppendAfter = 1
- Use this to append the new blueprint after the PdaSortTarget or at the end if not found.
- InsertBefore = 0
- Use this to insert the new blueprint before the PdaSortTarget or at the beginning if not found.