PartServicesRemovePartRelationship Method |
Removes a relationship between two part definitions.
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 RemovePartRelationship(
Guid sessionId,
PartBase parentPart,
PartBase relatedPart
)
Public Sub RemovePartRelationship (
sessionId As Guid,
parentPart As PartBase,
relatedPart As PartBase
)
public:
virtual void RemovePartRelationship(
Guid sessionId,
PartBase^ parentPart,
PartBase^ relatedPart
) sealed
abstract RemovePartRelationship :
sessionId : Guid *
parentPart : PartBase *
relatedPart : PartBase -> unit
override RemovePartRelationship :
sessionId : Guid *
parentPart : PartBase *
relatedPart : PartBase -> unit
Parameters
- sessionId
- Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method. - parentPart
- Type: FactoryLogix.xTend.DataObjectsPartBase
The part whose alternate relationships will be reduced. The Id property of the object must be valid. - relatedPart
- Type: FactoryLogix.xTend.DataObjectsPartBase
The part that will be removed from parent part's related part list. The Id property of the object must be valid.
Exceptions See Also