Click or drag to resize
IHasDynamicProperties Interface
Represents an object that has a collection of DynamicProperty objects.

Namespace:  ABB.Robotics.RobotStudio.Stations
Assembly:  ABB.Robotics.RobotStudio.Stations (in ABB.Robotics.RobotStudio.Stations.dll) Version: 7.0.8747.636
Syntax
C#
public interface IHasDynamicProperties

The IHasDynamicProperties type exposes the following members.

Properties
  NameDescription
Public propertyProperties
Gets a DynamicPropertyCollection that represents all the properties of this object.
Top
Events
  NameDescription
Public eventPropertyChanged
Raised when any property except Value changes on one of the properties in the Properties collection.
Public eventPropertyValueChanged
Raised when the Value property changes on one of the properties in the Properties collection.
Top
Version Information

Supported in: 1.0.0.0
See Also