Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPlcTemplatePosition Class / BusSystemKind Property

In This Topic
    BusSystemKind Property (MDPlcTemplatePosition)
    In This Topic
    The bus system of the PLC template
    Syntax
    public BusSystemType BusSystemKind {get; set;}
    public:
    property BusSystemType BusSystemKind {
       BusSystemType get();
       void set (    BusSystemType value);
    }
    See Also