API Help
Eplan.EplApi.HEServices Namespace / ChangeInfoService Class / SetConnectionDirtyActive Method
If true, connection dirty bit handling is activated.
Object which will switch mode back due to destruction. Can be null value.

In This Topic
    SetConnectionDirtyActive Method
    In This Topic
    Activate or deactivate connection dirty bit handling. Helper will switch mode automatically back due to destruction.
    Syntax
    public void SetConnectionDirtyActive( 
       bool bActive,
       ChangeInfoService.ChangeInfoServiceHelper pHelper
    )
    public:
    void SetConnectionDirtyActive( 
       bool bActive,
       ChangeInfoService.ChangeInfoServiceHelper^ pHelper
    ) 

    Parameters

    bActive
    If true, connection dirty bit handling is activated.
    pHelper
    Object which will switch mode back due to destruction. Can be null value.
    See Also