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

In This Topic
    FUNC_PLCMASTER_INDIRECT(Int32) Property
    In This Topic
    Logical network: Name (indirect) # 20424. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue FUNC_PLCMASTER_INDIRECT( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_PLCMASTER_INDIRECT {
       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..

    Specifies the name of the bus master or bus coupler of the same single-line bus port at a bus port of the "Overview" representation type.

    See Also