AddMethod Method
Installed With: Base Package
Class: XInterfaceLibrary Methods (ActiveX)
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*