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

In This Topic
    CurrentProjectMessage Property
    In This Topic
    gets the current element in Eplan::EplApi::EServices:
    Syntax
    public virtual BaseProjectMessage CurrentProjectMessage {get;}
    public:
    virtual property BaseProjectMessage^ CurrentProjectMessage {
       BaseProjectMessage^ 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