API Help
Eplan.EplApi.DataModel Namespace / ArticlePropertyList Class / ARTICLE_CONNECTIONMETHOD Property / ARTICLE_CONNECTIONMETHOD(Int32) Property

In This Topic
    ARTICLE_CONNECTIONMETHOD(Int32) Property
    In This Topic
    Plugs: Connecting technique # 22101. This property isn't indexed.
    Syntax
    public PropertyValue ARTICLE_CONNECTIONMETHOD( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ ARTICLE_CONNECTIONMETHOD {
       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 of a part variant. Connection techniques, for example solder connection, crimp connection, etc.

    See Also