Eplan Platform API
Eplan.EplApi.DataModel.Planning Namespace / PlanningSegmentPropertyList Class / FUNC_ARTICLE_CONNECTION_TYPE Property / FUNC_ARTICLE_CONNECTION_TYPE(Int32) Property

In This Topic
    FUNC_ARTICLE_CONNECTION_TYPE(Int32) Property
    In This Topic
    Connection point type # 26205.
    Syntax
    public PropertyValue FUNC_ARTICLE_CONNECTION_TYPE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_ARTICLE_CONNECTION_TYPE {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type Eplan.EplApi.Base.MultiLangString.
    Remarks

    Property is indexed. Possible indexes are from 1 to 50.

    Physical design of the connection point via which an electrical device can be connected. The way in which a motor is connected in the circuit. Type of wiring used to connect the connection cable to the device.

    See Also