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

In This Topic
    FUNC_ARTICLE_TYPE_OF_SWITCHING(Int32) Property
    In This Topic
    Circuit type # 26548.
    Syntax
    public PropertyValue FUNC_ARTICLE_TYPE_OF_SWITCHING( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_ARTICLE_TYPE_OF_SWITCHING {
       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.

    The way in which an electrical device or a component is connected in a circuit. Combination of the different switching possibilities of primary and secondary voltage windings. Example: Switching, cross-connection, etc.

    See Also