Eplan Platform API
Eplan.EplApi.EServices Namespace / BaseProjectMessage Class / BaseProjectMessage Constructor / BaseProjectMessage Constructor(Region,Int32,String,StorableObject,StorableObject,String)
IMessage.Region of this message.
Message number.
The replacement text for this message. This string may also be empty.
The message refers to this object. Can also be NULL.
A second object to which this message also refers. Can also be NULL.
Additional language-independent message text. Is saved as specified in the database. This string may also be empty.

In This Topic
    BaseProjectMessage Constructor(Region,Int32,String,StorableObject,StorableObject,String)
    In This Topic
    constructor
    Syntax

    Parameters

    eRegion
    IMessage.Region of this message.
    nErrNr
    Message number.
    strErrTextParam
    The replacement text for this message. This string may also be empty.
    oObject1
    The message refers to this object. Can also be NULL.
    oObject2
    A second object to which this message also refers. Can also be NULL.
    strAdditionalInf
    Additional language-independent message text. Is saved as specified in the database. This string may also be empty.
    See Also