API Help
Eplan.EplApi.DataModel Namespace / FunctionPropertyList Class / FUNC_DEVICEGROUP_MAINFUNCTION_IDENTNAME Property / FUNC_DEVICEGROUP_MAINFUNCTION_IDENTNAME(Int32) Property

In This Topic
    FUNC_DEVICEGROUP_MAINFUNCTION_IDENTNAME(Int32) Property
    In This Topic
    DT (identifying) of device group main function # 20862. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue FUNC_DEVICEGROUP_MAINFUNCTION_IDENTNAME( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_DEVICEGROUP_MAINFUNCTION_IDENTNAME {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    This property is read-only..

    Shows the DT of the device group main function for all functions of all devices belonging to the device group.

    See Also