Eplan Platform API
Eplan.EplApi.EServices Namespace / PrjMessagesEnumerator Class / SetProject Method
messages of this project will be analyzed

In This Topic
    SetProject Method (PrjMessagesEnumerator)
    In This Topic
    initializes the enumerator for iterating over the project messages collection
    Syntax
    public void SetProject( 
       Project oProject
    )
    public:
    void SetProject( 
       Project^ oProject
    ) 

    Parameters

    oProject
    messages of this project will be analyzed
    Remarks
    automatically used by the constructor of Eplan::EplApi::EServices:
    See Also