API Help
Eplan.EplApi.DataModel Namespace / ConnectionPropertyList Class / CONNECTION_TERMINALSIZE_SOURCE Property / CONNECTION_TERMINALSIZE_SOURCE(Int32) Property

In This Topic
    CONNECTION_TERMINALSIZE_SOURCE(Int32) Property
    In This Topic
    Connection dimension source # 31096. This property isn't indexed.
    Syntax
    public PropertyValue CONNECTION_TERMINALSIZE_SOURCE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ CONNECTION_TERMINALSIZE_SOURCE {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    When routing connections, it is here that the connection dimension of the source connection point is entered.

    See Also