Click or drag to resize
DynamicPropertyCollection Class
Represents a collection of DynamicProperties attached to a SmartComponent.
Inheritance Hierarchy
SystemObject
  ABB.Robotics.RobotStudio.StationsDynamicPropertyCollection

Namespace:  ABB.Robotics.RobotStudio.Stations
Assembly:  ABB.Robotics.RobotStudio.Stations (in ABB.Robotics.RobotStudio.Stations.dll) Version: 7.0.8747.636
Syntax
C#
public class DynamicPropertyCollection : ICollection, 
	IEnumerable, IEnumerable<DynamicProperty>

The DynamicPropertyCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of properties contained in the DynamicPropertyCollection.
Public propertyIsSynchronized
Public propertyItemInt32
Gets the item at the specified index.
Public propertyItemString
Gets the item with the specified id.
Public propertyParent
The Parent property returns a reference to the parent smart component.
Public propertySyncRoot
Top
Methods
  NameDescription
Public methodAdd
Adds a property to this DynamicPropertyCollection object.
Public methodContains
Determines if the DynamicPropertyCollection contains a specific id.
Public methodCopyTo(Array, Int32)
Public methodCopyTo(DynamicProperty, Int32)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Returns an IEnumerator that iterates over the keys in the DynamicPropertyCollection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf
Public methodInsert
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove
Removes an property from this DynamicPropertyCollection object.
Public methodToString (Inherited from Object.)
Top
Events
  NameDescription
Public eventChanged
Raised when an item is added to or removed from the collection
Top
Version Information

Supported in: 1.0.0.0
See Also