public PropertyValue FUNC_TERMINAL_MAIN {get; set;}
public: property PropertyValue^ FUNC_TERMINAL_MAIN { PropertyValue^ get(); void set ( PropertyValue^ value); }
public PropertyValue FUNC_TERMINAL_MAIN {get; set;}
public: property PropertyValue^ FUNC_TERMINAL_MAIN { PropertyValue^ get(); void set ( 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.