API Help
Eplan.EplApi.DataModel Namespace / ConnectionDefinitionPointPropertyList Class / CONNECTION_TYPEOFENDSTOP_DESTINATION Property / CONNECTION_TYPEOFENDSTOP_DESTINATION(Int32) Property

In This Topic
    CONNECTION_TYPEOFENDSTOP_DESTINATION(Int32) Property
    In This Topic
    Wire termination processing target # 31052. This property isn't indexed.
    Syntax
    public PropertyValue CONNECTION_TYPEOFENDSTOP_DESTINATION( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ CONNECTION_TYPEOFENDSTOP_DESTINATION {
       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 target 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