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

In This Topic
    PartNr Property (ArticleReference)
    In This Topic
    Returns ArticleReference's part number.
    Syntax
    public string PartNr {get; set;}
    public:
    property String^ PartNr {
       String^ get();
       void set (    String^ value);
    }

    Property Value

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