public PropertyValue FUNC_MAINFUNCTION( int index ) {get; set;}
public: property PropertyValue^ FUNC_MAINFUNCTION { PropertyValue^ get(int index); void set (int index, PropertyValue^ value); }
Parameters
- index
public PropertyValue FUNC_MAINFUNCTION( int index ) {get; set;}
public: property PropertyValue^ FUNC_MAINFUNCTION { PropertyValue^ get(int index); void set (int index, PropertyValue^ value); }
Defines whether a function is a main function. The main function represents a device in the devices represented in a distributed manner (e.g. the coil in a contactor). Only the main function carries (e.g.) the device definition of the device.