Eplan Platform API
Eplan.EplApi.DataModel.MasterData Namespace / FunctionDefinitionEnumerator Class / Current Property

In This Topic
    Current Property (FunctionDefinitionEnumerator)
    In This Topic
    Gets the element in the collection at the current position of the enumerator.
    Syntax
    public virtual object Current {get;}
    public:
    virtual property Object^ Current {
       Object^ get();
    }
    Exceptions
    ExceptionDescription
    The enumerator is positioned before the first element of the collection or after the last element.
    See Also