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

In This Topic
    Ordinal Property (InteractionAttribute)
    In This Topic
    Overload level of interaction.
    Syntax
    public int Ordinal {get; set;}
    public:
    property int Ordinal {
       int get();
       void set (    int value);
    }
    Remarks
    The new interaction can overwrite an existing interaction which has the same Name and if the ordinal number of the new interaction is higher.
    See Also