Harness proD API Help
EPLAN.Harness.API.LibraryParts Namespace / BaseLibraryPart Class / ExternalNumbers Property
In This Topic
    ExternalNumbers Property
    In This Topic
    Gets a list of all external part numbers related with this library part.
    Syntax
    public IList<LibraryPartNumber> ExternalNumbers {get;}
    Exceptions
    ExceptionDescription
    Argument is null.
    Argument is invalid. The exception is thrown when a wrong argument is passed to the method or the setter of property.
    Remarks
    First part number is always BaseConstructionItem.PartNumber. This list also contains Supplier and Manufacturer.
    See Also