Eplan Platform API
Eplan.EplApi.EServices Namespace / PrjMessagesRegisteredEnumerator Class / Init Method / Init(Boolean) Method
If set to true only messages that are licensed in the actual system will be regarded

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

    Parameters

    bOnlyLicensed
    If set to true only messages that are licensed in the actual system will be regarded
    Remarks
    automatically used by the constructor of Eplan::EplApi::EServices:
    See Also