Eplan Platform API
Eplan.EplApi.DataModel Namespace / PinBase Class
Members

In This Topic
    PinBase Class
    In This Topic
    This class represents a symbol's connection point (i.e. graphical conn. point) or is the base class for representation of a function's connection point (i.e. logical conn. point).
    Inheritance Hierarchy
    Syntax
    public class PinBase 
    public ref class PinBase 
    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets the connection point's direction.  
    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).  
    Public PropertyGets the connection point's position relative to the symbol's insertion point.  
    Public PropertyReturns the symbol reference that the logical conn. point represented by this object belongs to.  
    Top
    Public Methods
     NameDescription
    Public MethodDestructor for deterministic finalization of PinBase object.  
    Public MethodComparison of two PinBase objects. Comparison is made by comparing each of Pin members instead of internal object id.  
    Public MethodServes as the default hash function.  
    Top
    Public Operators
    .NET operator for comparing two PinBase objects.
    .NET operator for comparing two PinBase objects.
    Top
    See Also