Click or drag to resize
ProjectObjectAttributes Property
Returns a collection of dynamic attributes attached to the object

Namespace:  ABB.Robotics.RobotStudio
Assembly:  ABB.Robotics.RobotStudio (in ABB.Robotics.RobotStudio.dll) Version: 7.0.8747.636
Syntax
C#
public AttributeCollection Attributes { get; }

Property Value

Type: AttributeCollection
Remarks
The attribute collection can be used to attach application-specific data to the project model. Data stored in attributes will handle UNDO and persistence correctly.
Version Information

Supported in: 1.0.0.0
See Also