Eplan Platform API
Eplan.EplApi.Base Namespace / SysMessagesEnumerator Class / Current Property

Current Property (SysMessagesEnumerator)
gets the current element in SysMessagesCollection
Syntax
public virtual object Current {get;}

Property Value

the current element
Exceptions
ExceptionDescription
The enumerator is positioned before the first element of the collection or after the last element.
Remarks
must be called to advance the enumerator to the first element of the collection before reading the current value
See Also