Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNCTION3D_TERMINALPOSITION_TYPEOFTERMINAL Property / FUNCTION3D_TERMINALPOSITION_TYPEOFTERMINAL(Int32) Property

In This Topic
    FUNCTION3D_TERMINALPOSITION_TYPEOFTERMINAL(Int32) Property
    In This Topic
    Connection point pattern: Connection category # 36066.
    Syntax
    public PropertyValue FUNCTION3D_TERMINALPOSITION_TYPEOFTERMINAL( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNCTION3D_TERMINALPOSITION_TYPEOFTERMINAL {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Int64.
    Remarks

    This property is read-only. Property is indexed. Possible indexes are from 1 to 1000.

    Specifies the connection point type of a connection for an individual connection point in the connection point pattern more precisely:

    0 = Undefined

    1 = Screw clamp connection single

    2 = Screw clamp connection double

    3 = Cage clamp connection

    4 = Insulation-displacement connection

    5 = Screw-type connection (Ring or U cable lug)

    6 = Ferrule connection (cable lug)

    7 = Plug connection

    8 = Solder connection

    9 = Plug-in connection (Fluid)

    10 = Nipple

    11 = Internal thread

    12 = External thread

    13 = Compression nut

    14 = Compression fitting

    15 = User-defined.

    See Also