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 Constructors
Public Properties
| | Name | Description |
 | Direction | Gets the connection point's direction. |
 | Index | Returns an index of this connection point. NOTE: This can be an index among the connection points of a function (if this object represents a "logical" connection point) or an index among the connection points of a symbol (if this object is just a graphical connection point of a symbol). |
 | Location | Gets the connection point's position relative to the symbol's insertion point. |
 | Parent | Returns the symbol reference that the logical conn. point represented by this object belongs to. |
Top
Public Methods
| | Name | Description |
 | Dispose | Destructor for deterministic finalization of PinBase object. |
 | Equals | Comparison of two PinBase objects. Comparison is made by comparing each of Pin members instead of internal object id. |
 | GetHashCode | Serves as the default hash function. |
Top
Public Operators
Equality | .NET operator for comparing two PinBase objects. |
Inequality | .NET operator for comparing two PinBase objects. |
Top
See Also