API Help
Eplan.EplApi.MasterData Namespace / MDPart Class / PartNr Property

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

    Property Value

    part number of the part
    See Also