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

In This Topic
    VariantNr Property (Article.Module)
    In This Topic
    Returns variant number of the Module.
    Syntax
    public string VariantNr {get; set;}
    public:
    property String^ VariantNr {
       String^ get();
       void set (    String^ value);
    }

    Property Value

    Variant nr of the Module article.
    See Also