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

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

    Property Value

    Part number of the Module article.
    See Also