PartServicesDeletePart Method |
Deletes a part definition.
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 DeletePart(
Guid sessionId,
Guid partId
)
Public Sub DeletePart (
sessionId As Guid,
partId As Guid
)
public:
virtual void DeletePart(
Guid sessionId,
Guid partId
) sealed
abstract DeletePart :
sessionId : Guid *
partId : Guid -> unit
override DeletePart :
sessionId : Guid *
partId : Guid -> unit
Parameters
- sessionId
- Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method. - partId
- Type: SystemGuid
The unique Id of the part revision to be deleted. This Id may be obtained from the Id property of the part's data object (derived from type PartBase) obtained by using one of the methods used to retrieve part definitions.
Exceptions See Also