API Help
Eplan.EplApi.HEServices Namespace / ChangeInfoService Class / SetChangeAndCreateInfoUpdateForPage Method
If true, automatic change/create information update for a page is activated.
Object which will switch mode back due to destruction. Can be null value.

In This Topic
    SetChangeAndCreateInfoUpdateForPage Method
    In This Topic
    Activate or deactivate automatic change/create information update for a page. Helper will switch mode automatically back due to destruction.
    Syntax
    public void SetChangeAndCreateInfoUpdateForPage( 
       bool bChandeAndCreateInfoUpdate,
       ChangeInfoService.ChangeInfoServiceHelper pHelper
    )
    public:
    void SetChangeAndCreateInfoUpdateForPage( 
       bool bChandeAndCreateInfoUpdate,
       ChangeInfoService.ChangeInfoServiceHelper^ pHelper
    ) 

    Parameters

    bChandeAndCreateInfoUpdate
    If true, automatic change/create information update for a page is activated.
    pHelper
    Object which will switch mode back due to destruction. Can be null value.
    See Also