Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPartHierarchyPosition Class / PartNr Property

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