Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPartsManagement Class / ImportParts Method / ImportParts(String,String,ImportMode,Boolean,ImportIdentifier,String) Method
Full file name
Converter long name, see XPamImport for converters
Import mode. The enumeration MDPartsManagement.ImportMode defines the supported values. If an invalid value is set, the value AppendNewRecords = 0 will be used.
Specifies if multilanguage properties of records should be updated with another language rather then be replaced.
Import Identifier. The enumeration MDPartsManagement.ImportIdentifier defines the supported values.
Specifies a field mapping scheme. This parameter may be an empty string in which case the scheme last used in GUI will be taken.

In This Topic
    ImportParts(String,String,ImportMode,Boolean,ImportIdentifier,String) Method
    In This Topic
    Imports parts to the system database.
    Syntax

    Parameters

    strFilePath
    Full file name
    strConverter
    Converter long name, see XPamImport for converters
    mode
    Import mode. The enumeration MDPartsManagement.ImportMode defines the supported values. If an invalid value is set, the value AppendNewRecords = 0 will be used.
    bAdditionalLanguage
    Specifies if multilanguage properties of records should be updated with another language rather then be replaced.
    importIdentifier
    Import Identifier. The enumeration MDPartsManagement.ImportIdentifier defines the supported values.
    strFieldMappingScheme
    Specifies a field mapping scheme. This parameter may be an empty string in which case the scheme last used in GUI will be taken.
    Exceptions
    ExceptionDescription
    Thrown in case of invalid parameters.
    An error occurred while importing parts data.
    See Also