Eplan Platform API
Eplan.EplApi.EServices Namespace / PrjMessagesRegisteredEnumerator Class / Current Property

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

    Property Value

    the current element
    Remarks
    must be called to advance the enumerator to the first element of the collection before reading the current value
    See Also