Eplan Platform API
Eplan.EplApi.DataModel.Filters Namespace / ConnectedWith Class
Members

In This Topic
    ConnectedWith Class
    In This Topic
    Select all connections which are connected with specified function. When function category is Eplan::EplApi::DataModel::Function::Enums::Category::Cable IEsCableServices::getCableConnections is used : liefert alle Connections des Kabels. Optional werden die Connections nach den Regeln aus den Quelle/Zielregeln, the Property EW3_PROPERTY_FUNC_CABLE_CHANGE_SOURCE_TARGET und der Einstellung Kabel nach der Reihenfolge der Steckerbezeichung sortiert. When function category isn't Cable, DMConnectionQuery is used and it searchs connections which are started or ended with specified functions. In such case in result could be this same function two times.
    Inheritance Hierarchy

    System.Object
       Eplan.EplApi.DataModel.Filters.Part
          Eplan.EplApi.DataModel.Filters.ConnectedWith

    Syntax
    internal class ConnectedWith : Part 
    internal ref class ConnectedWith : public Part 
    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from Eplan.EplApi.DataModel.Filters.Part)
    Top
    See Also