Interface IPins<TPin>
- Namespace
- Tol
- Assembly
- Tol.dll
The interface IPins.
public interface IPins<out TPin> where TPin : IPins<out TPin>
Type Parameters
TPin
Properties
Name
Gets the name of the pin, pin group or comma separated pin list.
string Name { get; }
Property Value
Methods
GetIndividualPins()
Gets the individual pins (array of single pins).
TPin[] GetIndividualPins()
Returns
- TPin[]
Returns an array of single pins.
GetPinListItem()
Gets the pin list item (array of pins as a single item).
TPin[] GetPinListItem()
Returns
- TPin[]
Returns an array of pins as single item.