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

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

    Property Value

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