Eplan Platform API
Eplan.EplApi.DataModel Namespace / DisableConnectionUpdateStep Class / DisableConnectionUpdateStep Constructor / DisableConnectionUpdateStep Constructor(Boolean,Project)
If bUpdateCreatedConns parameter is true and this object is used together with Connection::PlaceAsConnectionDefinitionPoint method calls, the connections instantiated will be updated when this object is destroyed.
Project object for which the connection update is to be disabled

In This Topic
    DisableConnectionUpdateStep Constructor(Boolean,Project)
    In This Topic
    Do disable the update Connncetion.
    Syntax
    public DisableConnectionUpdateStep( 
       bool bUpdateCreatedConns,
       Project oProject
    )
    public:
    DisableConnectionUpdateStep( 
       bool bUpdateCreatedConns,
       Project^ oProject
    )

    Parameters

    Parameter NameDescription
    bUpdateCreatedConnsIf bUpdateCreatedConns parameter is true and this object is used together with Connection::PlaceAsConnectionDefinitionPoint method calls, the connections instantiated will be updated when this object is destroyed.
    oProjectProject object for which the connection update is to be disabled
    See Also