AddMethod
- Updated2025-07-30
- 1 minute(s) read
Creates a new method.
Syntax
object.AddMethod([viPath], [folder])Parameters
| Name | Type | Description |
|---|---|---|
| viPath | path | If you specify viPath, LabVIEW uses an existing VI for the method. If you do not specify viPath, LabVIEW creates a new VI for the method. |
| folder | ProjectItem* | Creates the method in the specified folder. |
Return Value
ProjectItem*