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

In This Topic
    VariantNr Property (Article)
    In This Topic
    Returns article's variant number.
    Syntax
    public string VariantNr {get;}
    public:
    property String^ VariantNr {
       String^ get();
    }

    Property Value

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