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

    Number code that uniquely identifies the product class within the hierarchy of the used classification standard (for example for an 8-digit class "27.02.21.01"). The property is used together with the "Classification: Version" property to uniquely assign a product to a class of a specific release.

    See Also