API Help
Eplan.EplApi.EServices Namespace / PrjMessagesRegisteredEnumerator Class / Init Method / Init(Project) Method
Properties of ElectroMessage will be set/get to/from this Project.

In This Topic
    Init(Project) Method
    In This Topic
    initializes the enumerator for iterating over the collection of all registered electrotechnical messages in the system;
    Syntax
    public void Init( 
       Project oProject
    )
    public:
    void Init( 
       Project^ oProject
    ) 

    Parameters

    oProject
    Properties of ElectroMessage will be set/get to/from this Project.
    Remarks
    automatically used by the constructor of Eplan::EplApi::EServices:
    See Also