API Help
Eplan.EplApi.EServices.Ged Namespace / InteractionAttribute Class / Prio Property

In This Topic
    Prio Property
    In This Topic
    Priority of interaction.
    Syntax
    public int Prio {get; set;}
    public:
    property int Prio {
       int get();
       void set (    int value);
    }
    Remarks
    If interaction is started while another interaction is running then the one with the lower priority will be deactivated until all interactions with higher priority will be finished.
    See Also