Click or drag to resize

PartServicesGetPartAttributes Method

Retrieves the attribute values (specifications) associated with a particular internal part.

Namespace:  FactoryLogix.xTend.PartDefinition
Assembly:  FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public IEnumerable<PartAttributeValue> GetPartAttributes(
	Guid sessionId,
	InternalPart part
)

Parameters

sessionId
Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method.
part
Type: FactoryLogix.xTend.DataObjectsInternalPart
The InternalPart whose attributes are to be retrieved. The Id property of this object must be valid.

Return Value

Type: IEnumerablePartAttributeValue
A list of PartAttributeValue objects representing the attribute values for the specified internal part.
Exceptions
ExceptionCondition
InvalidSessionExceptionThrown if the sessionId parameter is invalid.
NotFoundExceptionThe specified part was not found in the system.
See Also