System.Object
   Eplan.EplApi.MasterData.PropertiesAndHandleObject
      Eplan.EplApi.MasterData.MDPartsDatabaseItem
         Eplan.EplApi.MasterData.MDConnectionPointInfo
System.Object
   Eplan.EplApi.MasterData.PropertiesAndHandleObject
      Eplan.EplApi.MasterData.MDPartsDatabaseItem
         Eplan.EplApi.MasterData.MDConnectionPointInfo
public class MDConnectionPointInfo : MDPartsDatabaseItem
public ref class MDConnectionPointInfo : public MDPartsDatabaseItem
| Name | Description | |
|---|---|---|
|  | AdoId | Gets a unique identifier in the database, where the database item is stored (Inherited from Eplan.EplApi.MasterData.MDPartsDatabaseItem) | 
|  | ConnectionCategoryDefault | Standard connection category | 
|  | ConnectionPointPositions | Returns a list of connection terminals (MDConnectionPointPosition) They are ordered the same way as in parts management. | 
|  | Database | Gets the database, where the database item is stored (Inherited from Eplan.EplApi.MasterData.MDPartsDatabaseItem) | 
|  | Name | Returns the name of the connection point info. This name is the unique key. | 
|  | Properties | .NET Property enabling access to P8 properties of the PartsDatabaseItem object. (Inherited from Eplan.EplApi.MasterData.MDPartsDatabaseItem) | 
|  | Type | Overridden. Returns the part type of the part. | 
|  | WireTerminationProcessings | Returns a map of ids and theirs names of all possible wire termination processing. | 
| Name | Description | |
|---|---|---|
|  | AddConnectionPointPosition | Adds a new connection terminal (MDConnectionPointPosition) to the connection point info. That position is added to the end of the connection point position list. | 
|  | Dispose() | Destructor for deterministic finalization of MDConnectionPointInfo object. (Inherited from Eplan.EplApi.MasterData.PropertiesAndHandleObject) | 
|  | GetTimeStampOfLastChange | Gets the TimeStamp of the last change from a DatabaseItem (Inherited from Eplan.EplApi.MasterData.MDPartsDatabaseItem) | 
|  | RemoveConnectionPointPosition | Removes the given connection point position from the connection point info. | 
|  | ToDataModelIdentifier | Returns data model identifier which identifies this object. (Inherited from Eplan.EplApi.MasterData.MDPartsDatabaseItem) |