Click or drag to resize
AnnotationCollection Class
Represents a collection Annotation objects
Inheritance Hierarchy
SystemObject
  ABB.Robotics.RobotStudio.StationsAnnotationCollection

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 AnnotationCollection : IEnumerable<Annotation>, 
	IEnumerable

The AnnotationCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of items in the collection.
Top
Methods
  NameDescription
Public methodAdd
Adds a new item to the collection.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove
Removes an item from the collection.
Public methodToString (Inherited from Object.)
Top
Version Information

Supported in: 1.0.0.0
See Also