Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPartsMessagesRegisteredEnumerator Class / Current Property

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

    Property Value

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