Eplan Platform API
Eplan.EplApi.DataModel Namespace / ArticlePropertyList Class / ARTICLE_CONFIGURATOR Property / ARTICLE_CONFIGURATOR(Int32) Property

In This Topic
    ARTICLE_CONFIGURATOR(Int32) Property
    In This Topic
    Configurator # 26725.
    Syntax
    public PropertyValue ARTICLE_CONFIGURATOR( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ ARTICLE_CONFIGURATOR {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    Parameter NameDescription
    index

    Property Value

    Returns property value of type System.String.
    Remarks

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

    Gibt bei einem konfigurierbaren Produkt den Namen des Konfigurators an. Üblicherweise wird die Eigenschaft vom Hersteller eingetragen.

    See Also