Click or drag to resize

ProductDesignServicesGetECAD Method

Retrieves a PCBPanel object representing the design of the specified printed circuit card assembly (designated by the partId parameter).

Namespace:  FactoryLogix.xTend.PartDefinition
Assembly:  FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public PCBPanel GetECAD(
	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 ECAD data is to be retrieved.

Return Value

Type: PCBPanel
A PCBPanel object representing the circuit card design for this assembly revision.
Exceptions
ExceptionCondition
InvalidSessionExceptionThrown if the sessionId parameter is invalid.
NotFoundExceptionAn existing part with matching Id property was not found in the system, or the part does not have ECAD data associated to it.
See Also