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 List<LibraryPartNumber> ExternalNumbers {get;}
    Remarks
    First part number is always PartNumber. This list also contains Supplier and Manufacturer. This is not a simple property. Getting this property may take more time for Master Data databases.
    See Also