Click or drag to resize

ProductDesignServicesGetDesignFiles Method

Retrieves a list file information regarding the generic (non-ECAD) design files of the specified assembly revision (as designated by the partId parameter). The returned list does not contain the content of the files, which may be acquired subsequently using the GetDesignFileContent method.

Namespace:  FactoryLogix.xTend.PartDefinition
Assembly:  FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public IEnumerable<FileItem> GetDesignFiles(
	Guid sessionId,
	Guid partId
)

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 whose generic design files are sought.

Return Value

Type: IEnumerableFileItem
A list of FileItem objects represeting information about the assembly revision's generic design files
Exceptions
ExceptionCondition
InvalidSessionExceptionThrown if the sessionId parameter is invalid.
NotFoundExceptionAn existing part with matching Id property was not found in the system.
See Also