API Help
Eplan.EplApi.MasterData Namespace / MDPartsDatabaseItemPropertyList Class / ARTICLE_PLCISBUSCOUPLER Property / ARTICLE_PLCISBUSCOUPLER(Int32) Property

In This Topic
    ARTICLE_PLCISBUSCOUPLER(Int32) Property
    In This Topic
    Bus coupler / head station # 22019. This property isn't indexed.
    Syntax
    public MDPropertyValue ARTICLE_PLCISBUSCOUPLER( 
       int index
    ) {get; set;}
    public:
    property MDPropertyValue^ ARTICLE_PLCISBUSCOUPLER {
       MDPropertyValue^ get(int index);
       void set (int index, MDPropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    Property of a part variant. Identifies a device as a bus coupler or as a head station. In the case of a head station the Rack property has to be filled additionally for the respective PLC card.

    See Also