| Name | Description | |
|---|---|---|
|  | ArticleReferences | Returns Eplan.EplApi.DataModel.ArticleReferences that are referenced by Connection. (Inherited from Eplan.EplApi.DataModel.Connection) | 
|  | Articles | Returns Eplan.EplApi.DataModel.Articles that are referenced by Connection, and only those that are stored in project database. (Inherited from Eplan.EplApi.DataModel.Connection) | 
|  | CableDefinitionLine | Returns Eplan.EplApi.DataModel.EObjects.Cable from a Eplan.EplApi.DataModel.ConnectionDefinitionPoint assigned to this Connection. If there are more then one Eplan.EplApi.DataModel.ConnectionDefinitionPoint assigned to this Connection, an exception is thrown. Such situation has to be handled by calling Eplan.EplApi.DataModel.Connection.ConnectionDefPoints and analyze of the result. (Inherited from Eplan.EplApi.DataModel.Connection) | 
|  | CableNameParts | Gets/Sets a cable's name to the connection. (Inherited from Eplan.EplApi.DataModel.Connection) | 
|  | CanHaveArticleData | Check if the Connection can have Eplan.EplApi.DataModel.Articles. (Inherited from Eplan.EplApi.DataModel.Connection) | 
|  | Connection3D | Returns the Eplan.EplApi.DataModel.E3D.Connection3D which is a 3d representation of this connection. (Inherited from Eplan.EplApi.DataModel.Connection) | 
|  | ConnectionDefPointProperties | Allows to access properties of a Eplan.EplApi.DataModel.ConnectionDefinitionPoint assigned to this Connection. If there are more then one Eplan.EplApi.DataModel.ConnectionDefinitionPoint assigned to this Connection, an exception is thrown. Such situation has to be handled by calling Eplan.EplApi.DataModel.Connection.ConnectionDefPoints and analyze of the result. (Inherited from Eplan.EplApi.DataModel.Connection) | 
|  | ConnectionDefPoints | Returns the Eplan.EplApi.DataModel.ConnectionDefinitionPoint related to this connection. (Inherited from Eplan.EplApi.DataModel.Connection) | 
|  | CrossReferencedObjectsAll | Returns an array of objects cross-referenced with this object (i.e. having the same name - in case of functions - or otherwise associated) (Inherited from Eplan.EplApi.DataModel.StorableObject) | 
|  | DatabaseIdentifier | Returns the project as number. The number is unique for all open projects in one session. The number changes when the project is closed and opened again. (Inherited from Eplan.EplApi.DataModel.StorableObject) | 
|  | EndConnectionPointPosition | Eplan.EplApi.DataModel.ConnectionPointPosition by which this connection is connected to Eplan.EplApi.DataModel.Connection.EndSymbolReference. | 
|  | EndIndex | Index of the end function's connection point (0,1,2,...) that the connection is connected to. (Inherited from Eplan.EplApi.DataModel.Connection) | 
|  | EndPin | Returns the end Eplan.EplApi.DataModel.Pin of this connection, if such exists (i.e. if the connection is connected on the target side). Otherwise, NULL is returned. (Inherited from Eplan.EplApi.DataModel.Connection) | 
|  | EndSymbolConnPoint | Returns the Eplan.EplApi.DataModel.PinBase which this connection is connected to on the target side. If this connection is not connected on the target side, NULL is returned. (Inherited from Eplan.EplApi.DataModel.Connection) | 
|  | EndSymbolReference | Returns the second of two Eplan.EplApi.DataModel.SymbolReferences connected by this connection. (Inherited from Eplan.EplApi.DataModel.Connection) | 
|  | EndTargetNumber | Target number of end function (1,2,3...) (Inherited from Eplan.EplApi.DataModel.Connection) | 
|  | FunctionDefinition | Returns the Eplan.EplApi.DataModel.FunctionDefinition of the Connection. (Inherited from Eplan.EplApi.DataModel.Connection) | 
|  | IsCoveredTemplate | Returns true if this is a Connection object that covers a wire's template in the cable where it belongs. (Inherited from Eplan.EplApi.DataModel.Connection) | 
|  | IsFixedDevice | Checks if device to which connection is assign is fixed or not. (Inherited from Eplan.EplApi.DataModel.Connection) | 
|  | IsLocked | Determines if the the StorableObject is locked. The StorableObject is locked when it was explicitly or implicitly locked.(Inherited from Eplan.EplApi.DataModel.StorableObject) | 
|  | IsPlaced | Returns true if the placement is placed (Inherited from Eplan.EplApi.DataModel.Connection) | 
|  | IsReadOnly | Determines if StorableObject is read-only (Inherited from Eplan.EplApi.DataModel.StorableObject) | 
|  | IsRemovable | Returns true if the Connection can be removed (Inherited from Eplan.EplApi.DataModel.Connection) | 
|  | IsTemplate | Returns true if this is a transient Connection object representing a cable wire's template. (Inherited from Eplan.EplApi.DataModel.Connection) | 
|  | IsTransient | Determines if the the StorableObject is transient. The StorableObject is transient when it was created by default constructor and: it is a Eplan.EplApi.DataModel.Page and it was not assigned a Eplan.EplApi.DataModel.Project, it is a Eplan.EplApi.DataModel.Placement or any class derived from it and was not assigned a Eplan.EplApi.DataModel.Page.(Inherited from Eplan.EplApi.DataModel.StorableObject) | 
|  | IsValid | Determines if StorableObject is correct database object and is not deleted. (Inherited from Eplan.EplApi.DataModel.StorableObject) | 
|  | KindOfWire | Returns kind of wire. (Inherited from Eplan.EplApi.DataModel.Connection) | 
|  | ObjectIdentifier | Returns the object identifier as number. The number is unique for all objects of this type. (Inherited from Eplan.EplApi.DataModel.StorableObject) | 
|  | Page | Returns the Eplan.EplApi.DataModel.Page where the connection is placed on. (Inherited from Eplan.EplApi.DataModel.Connection) | 
|  | PathSegments | Array of Segment by which this connection is passing through. | 
|  | PotentialDefinitions | Returns the Eplan.EplApi.DataModel.PotentialDefinition related to this connection. (Inherited from Eplan.EplApi.DataModel.Connection) | 
|  | Project | Returns the project the StorableObject belongs to. (Inherited from Eplan.EplApi.DataModel.StorableObject) | 
|  | Properties | .NET Property enabling access to P8 properties of the RoutedConnection object. | 
|  | RepresentationType | Gets/Sets connection's representation type. (Inherited from Eplan.EplApi.DataModel.Connection) | 
|  | RouteHints | Array of Segment by which this connection will be routed by routing algorithms. | 
|  | Shieldings | Returns the Shielding objects the connection is composed of. It does not return Shielding objects the connection is shielded by. (Inherited from Eplan.EplApi.DataModel.Connection) | 
|  | StartConnectionPointPosition | Eplan.EplApi.DataModel.ConnectionPointPosition by which this connection is connected to Eplan.EplApi.DataModel.Connection.StartSymbolReference. | 
|  | StartIndex | Index of the start function's connection point (0,1,2,...) that the connection is connected to. (Inherited from Eplan.EplApi.DataModel.Connection) | 
|  | StartPin | Returns the start Eplan.EplApi.DataModel.Pin of this connection, if such exists (i.e. if the connection is connected on the source side). Otherwise, NULL is returned. (Inherited from Eplan.EplApi.DataModel.Connection) | 
|  | StartSymbolConnPoint | Returns the Eplan.EplApi.DataModel.PinBase which this connection is connected to on the source side. If this connection is not connected on the source side, NULL is returned. (Inherited from Eplan.EplApi.DataModel.Connection) | 
|  | StartSymbolReference | Returns the first of two Eplan.EplApi.DataModel.SymbolReferences connected by this connection. (Inherited from Eplan.EplApi.DataModel.Connection) | 
|  | StartTargetNumber | Target number of start function (1,2,3...) (Inherited from Eplan.EplApi.DataModel.Connection) | 
|  | SubConnections | If connection contains interruption points, this method returns an array of partial connections which current connection consists of For a "net connection" this method will return an empty array. (Inherited from Eplan.EplApi.DataModel.Connection) | 
|  | SymbolReferences | This method returns an array of SymbolReferences objects that belong to a connection . This may for example be T-pieces or corners. Also beginning and end are returned. (Inherited from Eplan.EplApi.DataModel.Connection) | 
|  | TypeIdentifier | Returns the type of the object as number. (Inherited from Eplan.EplApi.DataModel.StorableObject) | 
|  | WriteProtected | Check if object is currently write protected or sets Manual write protection (Inherited from Eplan.EplApi.DataModel.Connection) | 
