API Help
Eplan.EplApi.MasterData Namespace / MDConnectionPointInfo Class
Members

In This Topic
    MDConnectionPointInfo Class
    In This Topic
    This class represents connection points in the parts database. That connection points has a unique name (Name) and a list of connection terminals (MDConnectionPointPosition)
    Inheritance Hierarchy

    System.Object
       Eplan.EplApi.MasterData.PropertiesAndHandleObject
          Eplan.EplApi.MasterData.MDPartsDatabaseItem
             Eplan.EplApi.MasterData.MDConnectionPointInfo

    Syntax
    public class MDConnectionPointInfo : MDPartsDatabaseItem 
    public ref class MDConnectionPointInfo : public MDPartsDatabaseItem 
    Remarks
    To use that connection point info on a MDPart object, set the property ARTICLE_REF_TERMINAL_NAME to the name of the referenced connection point info.
    Public Properties
     NameDescription
    Public PropertyGets a unique identifier in the database, where the database item is stored (Inherited from Eplan.EplApi.MasterData.MDPartsDatabaseItem)
    Public PropertyReturns a list of possible categories of connections.  
    Public PropertyReturns a list of connection terminals (MDConnectionPointPosition) They are ordered the same way as in parts management.  
    Public PropertyGets the database, where the database item is stored (Inherited from Eplan.EplApi.MasterData.MDPartsDatabaseItem)
    Public PropertyReturns the name of the connection point info. This name is the unique key.  
    Public Property.NET Property enabling access to P8 properties of the PartsDatabaseItem object. (Inherited from Eplan.EplApi.MasterData.MDPartsDatabaseItem)
    Public PropertyOverridden. Returns the part type of the part.  
    Public PropertyReturns a map of ids and theirs names of all possible wire termination processings.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds a new connection terminal (MDConnectionPointPosition) to the connection point info. That position is added to the end of the connection point position list.  
    Public MethodDestructor for deterministic finalization of MDConnectionPointInfo object. (Inherited from Eplan.EplApi.MasterData.PropertiesAndHandleObject)
    Public MethodRemoves the given connection point position from the connection point info.  
    Public MethodReturns data model identifier which identifies this object. (Inherited from Eplan.EplApi.MasterData.MDPartsDatabaseItem)
    Top
    See Also