ProductDesignServicesImportDesignFiles Method |
Imports one of more CAD design files into the system against the specified assembly revision (as designated by the partId parameter).
If a file in the dataFiles list is of a supported format that is automatically recognizeable as a PCB design file (ECAD), it will be
automatically interpreted by the system, replacing any existing data. Otherwise, the file will be added to the list of generic design files
for the assembly, replacing any existing design files with the same filename.
Namespace:
FactoryLogix.xTend.PartDefinition
Assembly:
FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public void ImportDesignFiles(
Guid sessionId,
Guid partId,
FileContent[] dataFiles
)
Public Sub ImportDesignFiles (
sessionId As Guid,
partId As Guid,
dataFiles As FileContent()
)
public:
virtual void ImportDesignFiles(
Guid sessionId,
Guid partId,
array<FileContent^>^ dataFiles
) sealed
abstract ImportDesignFiles :
sessionId : Guid *
partId : Guid *
dataFiles : FileContent[] -> unit
override ImportDesignFiles :
sessionId : Guid *
partId : Guid *
dataFiles : FileContent[] -> unit
Parameters
- sessionId
- Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method. - partId
- Type: SystemGuid
The unique identifier of the internal part revision that the new design data should be imported against. - dataFiles
- Type: FactoryLogix.xTend.DataObjectsFileContent
One of more data files (defined by an FileContent object, containing design or CAD information.
Exceptions See Also