API Help
Eplan.EplApi.EServices Namespace / PrjMessagesRegisteredCollection Class / PrjMessagesRegisteredCollection Constructor / PrjMessagesRegisteredCollection Constructor(Project)
Properties of ElectroMessage will be set/get to/from this Project. Can't be null.

In This Topic
    PrjMessagesRegisteredCollection Constructor(Project)
    In This Topic
    Constructor. initializes the matching enumerator.
    Syntax
    public PrjMessagesRegisteredCollection( 
       Project oProject
    )
    public:
    PrjMessagesRegisteredCollection( 
       Project^ oProject
    )

    Parameters

    oProject
    Properties of ElectroMessage will be set/get to/from this Project. Can't be null.
    Exceptions
    ExceptionDescription
    Null Project was passed to a parameter.
    Invalid Project was passed to a parameter.
    See Also