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

In This Topic
    ARTICLE_CONTACTOR_ARRANGEMENT(Int32) Property
    In This Topic
    Plugs: Pin arrangement # 22095. This property isn't indexed.
    Syntax
    public PropertyValue ARTICLE_CONTACTOR_ARRANGEMENT( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ ARTICLE_CONTACTOR_ARRANGEMENT {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Property of a part variant. The pin arrangement designates the number, distance, and arrangement of pins within a plug.

    See Also