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

In This Topic
    CONNECTION_TYPEOFENDSTOP_SOURCE(Int32) Property
    In This Topic
    Wire termination processing source # 31051. This property isn't indexed.
    Syntax
    public PropertyValue CONNECTION_TYPEOFENDSTOP_SOURCE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ CONNECTION_TYPEOFENDSTOP_SOURCE {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Specifies for the source connection point of the connection the manner in which the connection is to be closed, e.g., with a conductor sleeve or a cable lug. This property is needed for transmissions to the manufacturing machines or for reports for manual manufacturing.

    See Also