🔒 You're viewing limited content
In this lesson, we implement the custom configuration interface for our task by utilizing the SOLIDWORKS PDM Task Properties interface. You will learn how to inject a custom WinForms user control into the PDM Task setup wizard, allowing administrators to define specific variables for the data transfer process.
Key Takeaway:
-
- Task Flag Configuration Learn how to set task flags such as
SupportsSchedulingandSupportChangeState.
- Task Flag Configuration Learn how to set task flags such as
-
- WinForms Integration & UI Controls : Understand the process of creating a User Control and using a
PropertyGrid.
- WinForms Integration & UI Controls : Understand the process of creating a User Control and using a
-
- Defining Setup Pages : See how to construct the
EdmTaskSetupPagestructure array.
- Defining Setup Pages : See how to construct the