Eplan Platform API
Eplan.EplApi.DataModel Namespace / ArticleReference Class / VariantNr Property

In This Topic
    VariantNr Property (ArticleReference)
    In This Topic
    Sets and gets ArticleReference's variant number.
    Syntax
    public string VariantNr {get; set;}
    public:
    property String^ VariantNr {
       String^ get();
       void set (    String^ value);
    }

    Property Value

    ArticleReference's variant number
    Exceptions
    ExceptionDescription
    Thrown when variant number cannot be read.
    See Also