Eplan Platform API
Eplan.EplApi.DataModel Namespace / ArticlePropertyList Class / ARTICLE_CLASSIFICATION_NUMBER Property / ARTICLE_CLASSIFICATION_NUMBER Property

In This Topic
    ARTICLE_CLASSIFICATION_NUMBER Property
    In This Topic
    Classification: Number # 26739.
    Syntax
    public PropertyValue ARTICLE_CLASSIFICATION_NUMBER {get; set;}
    public:
    property PropertyValue^ ARTICLE_CLASSIFICATION_NUMBER {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    Zahlencode, der die Produktklasse innerhalb der Hierarchie des verwendeten Klassifikationsstandards eindeutig identifiziert (z.B. für eine 8-stellige Klasse "27.02.21.01"). Die Eigenschaft wird zusammen mit der Eigenschaft "Klassifikation: Version" verwendet, um ein Produkt eindeutig einer Klasse eines bestimmten Releases zuzuordnen.

    See Also