API Help
Eplan.EplApi.Base Namespace / SysMessagesEnumerator Class / Current Property

In This Topic
    Current Property (SysMessagesEnumerator)
    In This Topic
    gets the current element in SysMessagesCollection
    Syntax
    public virtual object Current {get;}
    public:
    virtual property Object^ Current {
       Object^ get();
    }

    Property Value

    the current element
    Exceptions
    ExceptionDescription
    The enumerator is positioned before the first element of the collection or after the last element.
    Remarks
    must be called to advance the enumerator to the first element of the collection before reading the current value
    See Also