Forums:
Good morning,
Do you have any advice for extracting Reference SET attributes?
with the function below I extract the attributes of the part...
myAttributeInfo = workPart.GetUserAttribute(_attributeTitle, NXObject.AttributeType.String, -1)
_attributeValue = myAttributeInfo.StringValue
myAttributeInfo = workPart.GetUserAttribute(_attributeTitle1, NXObject.AttributeType.String, -1)
_attributeValue1 = myAttributeInfo.StringValue
But how does it work with reference sets?