API Help
Eplan.EplApi.DataModel Namespace / Function Class / Pins Property

Pins Property
Gets/Sets an array of the function's connection points.
Syntax
public Pin[] Pins {get; set;}

Property Value

Array of Pin objects.
Exceptions
ExceptionDescription
Thrown when trying to create new Pins array on invalid Function
Remarks
For functions with variable pins (conn. points) count, setting this property may change the actual count of the function's pins. In other cases, exception of IncorrectObjectTypeException type is thrown.
See Also