PartServicesUpdateManufacturer Method  | 
 
            Updates an existing manufacturer definition.
            If a manufacturer with the specified Id does not exist, a 
NotFoundException will be thrown.
            
 
    Namespace: 
   FactoryLogix.xTend.PartDefinition
    Assembly:
   FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.254.0.0 (8.254.0.0)
Syntaxpublic void UpdateManufacturer(
	Guid sessionId,
	Manufacturer manufacturer
)
Public Sub UpdateManufacturer ( 
	sessionId As Guid,
	manufacturer As Manufacturer
)
public:
virtual void UpdateManufacturer(
	Guid sessionId, 
	Manufacturer^ manufacturer
) sealed
abstract UpdateManufacturer : 
        sessionId : Guid * 
        manufacturer : Manufacturer -> unit 
override UpdateManufacturer : 
        sessionId : Guid * 
        manufacturer : Manufacturer -> unit Parameters
- sessionId
 - Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method. - manufacturer
 - Type: FactoryLogix.xTend.DataObjectsManufacturer
An object representing the manufacturer to be updated.  The Id property of the object must be valid. 
Exceptions
See Also