public PropertyValue FUNC_TERMINAL_MAIN( int index ) {get; set;}
public: property PropertyValue^ FUNC_TERMINAL_MAIN { PropertyValue^ get(int index); void set (int index, PropertyValue^ value); }
Parameters
- index
public PropertyValue FUNC_TERMINAL_MAIN( int index ) {get; set;}
public: property PropertyValue^ FUNC_TERMINAL_MAIN { PropertyValue^ get(int index); void set (int index, PropertyValue^ value); }
Defines a terminal as the main terminal; the terminal is then similar to a main function. For example, for a main terminal the function templates are displayed in the terminal strip navigator, and a device selection can be performed. A terminal strip can contain as many main terminals as you want.