.NET Based OPC UA Client/Server SDK  3.0.10.493
UnifiedAutomation.UaBase.OrientationCollection Class Reference

A collection of Orientation objects. More...

Inherits List< Orientation >, and ICloneable.

Public Member Functions

 OrientationCollection ()
 Initializes the collection with default values. More...
 
 OrientationCollection (int capacity)
 Initializes the collection with an initial capacity. More...
 
 OrientationCollection (IEnumerable< Orientation > collection)
 Initializes the collection with another collection. More...
 
object Clone ()
 Creates a deep copy of the collection. More...
 

Static Public Member Functions

static implicit operator OrientationCollection (Orientation[] values)
 Converts an array to a collection. More...
 
static operator Orientation[] (OrientationCollection values)
 Converts a collection to an array. More...
 

Detailed Description

A collection of Orientation objects.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.OrientationCollection.OrientationCollection ( )
inline

Initializes the collection with default values.

UnifiedAutomation.UaBase.OrientationCollection.OrientationCollection ( int  capacity)
inline

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.OrientationCollection.OrientationCollection ( IEnumerable< Orientation collection)
inline

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.OrientationCollection.Clone ( )
inline

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.OrientationCollection.operator Orientation[] ( OrientationCollection  values)
inlineexplicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.OrientationCollection.operator OrientationCollection ( Orientation[]  values)
inlinestatic

Converts an array to a collection.


The documentation for this class was generated from the following file: