public PropertyValue FUNC_TERMINAL_SECONDARY( int index ) {get; set;}
public: property PropertyValue^ FUNC_TERMINAL_SECONDARY { PropertyValue^ get(int index); void set (int index, PropertyValue^ value); }
Parameters
- index
public PropertyValue FUNC_TERMINAL_SECONDARY( int index ) {get; set;}
public: property PropertyValue^ FUNC_TERMINAL_SECONDARY { PropertyValue^ get(int index); void set (int index, PropertyValue^ value); }
Indicates whether the terminal is an auxiliary terminal. Terminals can be managed as main terminals or auxiliary terminals. This means that auxiliary terminals can be used, for example, to represent terminals which consist of several functions (several separate terminals in one housing).