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.245.0.0 (8.245.0.0)
Syntax public PCBPanel GetECAD(
Guid sessionId,
Guid partId
)
Public Function GetECAD (
sessionId As Guid,
partId As Guid
) As PCBPanel
public:
virtual PCBPanel^ GetECAD(
Guid sessionId,
Guid partId
) sealed
abstract GetECAD :
sessionId : Guid *
partId : Guid -> PCBPanel
override GetECAD :
sessionId : Guid *
partId : Guid -> PCBPanel
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:
PCBPanelA
PCBPanel object representing the circuit card design for this assembly revision.
Exceptions Exception | Condition |
---|
InvalidSessionException | Thrown if the sessionId parameter is invalid. |
NotFoundException | An 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