Click or drag to resize

PartServicesGetPartAttributeDefinitions Method

Retrieves the attribute definitions that can be used to apply to a 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<PartAttribute> GetPartAttributeDefinitions(
	Guid sessionId
)

Parameters

sessionId
Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method.

Return Value

Type: IEnumerablePartAttribute
An list of all PartAttributes that have been defined in the system.
See Also