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.245.0.0 (8.245.0.0)
Syntax public IEnumerable<PartAttributeValue> GetPartAttributes(
Guid sessionId,
InternalPart part
)
Public Function GetPartAttributes (
sessionId As Guid,
part As InternalPart
) As IEnumerable(Of PartAttributeValue)
public:
virtual IEnumerable<PartAttributeValue^>^ GetPartAttributes(
Guid sessionId,
InternalPart^ part
) sealed
abstract GetPartAttributes :
sessionId : Guid *
part : InternalPart -> IEnumerable<PartAttributeValue>
override GetPartAttributes :
sessionId : Guid *
part : InternalPart -> IEnumerable<PartAttributeValue>
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:
IEnumerablePartAttributeValueA list of
PartAttributeValue objects representing the attribute values for the specified internal part.
Exceptions See Also