API Help
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNC_PLCMASTER Property / FUNC_PLCMASTER(Int32) Property

In This Topic
    FUNC_PLCMASTER(Int32) Property
    In This Topic
    Logical network: Name # 20414. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_PLCMASTER( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_PLCMASTER {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Name of the logical network to which the bus port belongs. This entry has to be unique within a physical network.

    See Also