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

In This Topic
    Current2 Property (FunctionDefinitionEnumerator)
    In This Topic
    Gets the element in the collection at the current position of the enumerator.
    Syntax
    public virtual FunctionDefinition Current2 {get;}
    public:
    virtual property FunctionDefinition^ Current2 {
       FunctionDefinition^ get();
    }
    See Also