Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
SOLIDWORKS PDM API: Basics with VBA
Rating: 4.2 out of 5(8 ratings)
46 students
Created byAmen Jlili
Last updated 5/2026
English

What you'll learn

  • Learn how to login to the vault using the IEdmVault5 interface
  • Learn how to use the iterator pattern to traverse the vault folder structure
  • Check files in and out using the LockFile and UnlockFile methods
  • Read and edit datacard variables using the IEdmEnumeratorVariable5

Course content

5 sections9 lectures31m total length
  • Course Scope1:15

    The course scope defines the topics of the SOLIDWORKS PDM API that are covered and also mentions of topics that are not covered.

Requirements

  • Basic knowledge of VBA
  • SOLIDWORKS 3D
  • SOLIDWORKS PDM Professional (Not standard)

Description

Blue Byte Systems Inc. offers additional SOLIDWORKS, SOLIDWORKS PDM, and automation courses designed to help engineers, administrators, and developers build practical tools for improving engineering workflows.

DISCLAIMER ALERT

Do not take this course if you do not know how to write VBA macros in SOLIDWORKS. This course is not about VBA.
DISCLAIMER ALERT

The SOLIDWORKS PDM Professional Application Programming Interface (API) is a programming interface to SOLIDWORKS PDM Professional, which allows you to automate and customize SOLIDWORKS PDM Professional. The API contains functions that you can call from Visual Basic for Applications (VBA). These functions provide direct access to the SOLIDWORKS PDM Professional environment.

This course will teach the most common basic functions of the SOLIDWORKS PDM API. It will cover topics such as logging into the vault, locating files, traversing the folder structure using the iterator pattern, checking files and out of the vault, and reading and editing datacard variables using the IEnumeratorVariable5. All of the code examples are going to be written in VBA and executed in the SOLIDWORKS Visual Basic Editor.

The course does NOT cover advanced topics such add-ins, task add-ins, batch objects, and other interfaces of the SOLIDWORKS PDM API.

It requires that you have a decent knowledge of VBA and have access to SOLIDWORKS 3D and a SOLIDWORKS PDM professional vault.

The knowledge acquired in this course can be utilized to automate basic tasks in SOLIDWORKS PDM API, modify the SOLIDWORKS PDM task advanced scripting section, and even write tools to batch process files in PDM from a VBA macro.

Who this course is for:

  • SOLIDWORKS PDM administrators, SOLIDWORKS designers