Eplan Platform API
Eplan.EplApi.EServices Namespace / PrjMessagesEnumerator Class / CurrentProjectMessage Property

CurrentProjectMessage Property
gets the current element in Eplan::EplApi::EServices:
Syntax
public virtual BaseProjectMessage CurrentProjectMessage {get;}

Property Value

the current element
Exceptions
ExceptionDescription
Thrown when 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