LabVIEW Class:Create Method
Short Name: LVClass.Create
Installed With: Base Package
Class: Application Methods
Creates a new LabVIEW class.
Parameters
Name | Required | Description |
---|---|---|
Create Default Palette | No | Specifies whether you want to set a default palette for all VIs the LabVIEW class owns. The default is FALSE, which does not set a default palette. |
name | No | Specifies the name of the LabVIEW class. If you do not wire the name input, a dialog box appears at run time prompting the user to name the new class. |
Remarks
The following table lists the characteristics of this method.
Available in Run-Time Engine and Real-Time Operating System | No |
Settable when the VI is running | No |
Loads the front panel into memory | No |
Need to authenticate before use | No |
Loads the block diagram into memory | No |
Remote access disallowed | No |
Must wait until user interface is idle | No |
Available with control VIs | No |
Available with global VIs | No |
Available with strict type definitions | No |
Available with polymorphic VIs | No |