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

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

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Designation of the bus bundle or name of the physical network on which the bus port is connected. This name must be unique within the configuration project. Only one bus system can exist within a physical network.

    See Also