Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 828 Bytes

readme.md

File metadata and controls

21 lines (18 loc) · 828 Bytes

RoboDK API for Visual Basic

Read the RoboDK API description for information about the RoboDK API.

Requirements

  • Visual Studio (it works with the Visual Studio community version and .NET framework >= 2.0)
  • RoboDK

How to install

You can choose ONE of the following options to use the RoboDK API in Visual Basic:

  • Option 1: Install the RoboDK API Nuget package:

    • Right click References and select Manage NuGet Packages...
    • Select Browse
    • Enter RoboDK in the search bar
    • Select the RoboDK API
    • Select install
  • Option 2: Include RoboDK_API.vb file to your project

    • Note: This implementation of the API has more limited functionality compared to Option 1