This article describes how to retrieve a Computed attribute for Item or Part using the SystemWeaver API.


// This will run the computed attribute on the item

IswAttribute computedAttribute = item.FindAttributeWithSID(computedAttributeSID);

string value = computedAttribute.ValueAsString;