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

In This Topic
    FUNC_PLCDP_SYSTEM_INDIRECT(Int32) Property
    In This Topic
    Physical network: Name (indirect) # 20425. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue FUNC_PLCDP_SYSTEM_INDIRECT( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_PLCDP_SYSTEM_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 bundle or the network of the same single-line bus port at a bus port of the "Overview" representation type.

    See Also