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

In This Topic
    ARTICLE_DESIGN(Int32) Property
    In This Topic
    Plugs: Type of construction # 22100. This property isn't indexed.
    Syntax
    public PropertyValue ARTICLE_DESIGN( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ ARTICLE_DESIGN {
       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. Type of plug construction according to specifications in the manufacturer catalog or according to DIN 41 612.

    See Also