Click or drag to resize
RsPathProcedureCollection Class
Inheritance Hierarchy
SystemObject
  ABB.Robotics.RobotStudio.StationsRsPathProcedureCollection

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 RsPathProcedureCollection : ICollection, 
	IEnumerable, IEnumerable<RsPathProcedure>

The RsPathProcedureCollection type exposes the following members.

Properties
Methods
  NameDescription
Public methodCode exampleAdd
Adds a RsPathProcedure to the collection.
Public methodCode exampleContains(String) Obsolete.
Checks to see if a named item is contained by the collection.
Public methodContains(RsPathProcedure)
Public methodCopyTo(Array, Int32)
Public methodCopyTo(RsPathProcedure, Int32)
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 methodCode exampleRemove
Removes a RsPathProcedure from the collection.
Public methodToArray
Public methodToString (Inherited from Object.)
Public methodCode exampleTryGetPathProcedure Obsolete.
Gets the path with the specified name.
Top
Version Information

Supported in: 1.0.0.0
See Also