PartServicesDeleteManufacturer Method |
Deletes a manufacturer definition from the system.
If the manufacturer specified has relationships to other data items (such as part definitions), it may not be deleted.
If a manufacturer with the specified name already exists, a
AlreadyExistsException will be thrown.
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 DeleteManufacturer(
Guid sessionId,
string manufacturerName
)
Public Sub DeleteManufacturer (
sessionId As Guid,
manufacturerName As String
)
public:
virtual void DeleteManufacturer(
Guid sessionId,
String^ manufacturerName
) sealed
abstract DeleteManufacturer :
sessionId : Guid *
manufacturerName : string -> unit
override DeleteManufacturer :
sessionId : Guid *
manufacturerName : string -> unit
Parameters
- sessionId
- Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method. - manufacturerName
- Type: SystemString
The name of the manufacturer to be deleted.
Exceptions See Also