Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPartAssemblyPosition Class / ItemNumber Property

In This Topic
    ItemNumber Property
    In This Topic
    Returns the item number of the position
    Syntax
    public string ItemNumber {get; set;}
    public:
    property String^ ItemNumber {
       String^ get();
       void set (    String^ value);
    }
    See Also