Harness proD API Help
EPLAN.Harness.API.DataStructures Namespace / LibraryPartNumber Class / LibraryPartNumber Constructor
Part number.
Part number type.
Company name.
In This Topic
    LibraryPartNumber Constructor
    In This Topic
    Creates new instance of part number.
    Syntax
    public LibraryPartNumber( 
       string partNumber,
       ApiPartNumberType type,
       string company
    )

    Parameters

    partNumber
    Part number.
    type
    Part number type.
    company
    Company name.
    See Also