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

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