Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

PanSpeed


...

Integer value that controls the mouse Pan Speed. Value ranges from 1 to 9 (see Figure 1).

API Call:

...

Image RemovedImage Added

              Figure 1

API Calls

Delphi


C#


VB/VBA (OLE)

Code Block
languagevb
firstline1
titleUsing IItem Object Model
linenumberstrue
Sub main()
    Dim planswift = CreateObject("PlanSwift9.PlanCenter")
    Dim settings = planswift.GetItem("\Settings")
    Dim property = settings.GetProperty("PanSpeed")
    Console.WriteLn(property.ResultAsInteger());
End Sub


Code Block
languagevb
firstline1
titleUsing PlanSwift Object Model
linenumberstrue
Sub Main()
    Dim planswift = CreateObject("PlanSwift9.PlanCenter")
    Dim nameProperty = planswift.GetProperty("\Settings","PanSpeed")
    Console.WriteLn(property.ResultAsInteger)
End Sub


Pascal Scripting (OLE)


Pascal Scripting