Eplan Platform API
Eplan.EplApi.DataModel Namespace / NetDefinitionPoint.NetConnectionPoint Class
Members

In This Topic
    NetDefinitionPoint.NetConnectionPoint Class
    In This Topic
    Represents connection points of a net
    Inheritance Hierarchy

    System.Object
       Eplan.EplApi.DataModel.PinBase
          Eplan.EplApi.DataModel.NetDefinitionPoint.NetConnectionPoint

    Syntax
    public class NetDefinitionPoint.NetConnectionPoint : PinBase 
    public ref class NetDefinitionPoint.NetConnectionPoint : public PinBase 
    Public Constructors
    Public Properties
     NameDescription
    Public PropertyGets the connection point's direction. (Inherited from Eplan.EplApi.DataModel.PinBase)
    Public PropertyReturns Id for net-based connections  
    Public PropertyReturns an index of this connection point. NOTE: This may be an index amongst a function's conn. points (in case this object represents a 'logical' conn. point) or an index amongst a symbol's conn. points (in case this object is just a graphical conn. point of a symbol). (Inherited from Eplan.EplApi.DataModel.PinBase)
    Public PropertyGets the connection point's position relative to the symbol's insertion point. (Inherited from Eplan.EplApi.DataModel.PinBase)
    Public PropertyReturns name of a connection point  
    Public PropertyReturns the symbol reference that the logical conn. point represented by this object belongs to. (Inherited from Eplan.EplApi.DataModel.PinBase)
    Top
    Public Methods
     NameDescription
    Public MethodDestructor for deterministic finalization of ViewPlacement object. (Inherited from Eplan.EplApi.DataModel.PinBase)
    Public MethodComparison of two PinBase objects. Comparison is made by comparing each of Pin members instead of internal object id. (Inherited from Eplan.EplApi.DataModel.PinBase)
    Public MethodServes as the default hash function. (Inherited from Eplan.EplApi.DataModel.PinBase)
    Public MethodReturns a string that represents the current object.  
    Top
    See Also