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

A collection of ThreeDCartesianCoordinates objects. More...

Inherits List< ThreeDCartesianCoordinates >, and ICloneable.

Public Member Functions

 ThreeDCartesianCoordinatesCollection ()
 Initializes the collection with default values. More...
 
 ThreeDCartesianCoordinatesCollection (int capacity)
 Initializes the collection with an initial capacity. More...
 
 ThreeDCartesianCoordinatesCollection (IEnumerable< ThreeDCartesianCoordinates > 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 ThreeDCartesianCoordinatesCollection (ThreeDCartesianCoordinates[] values)
 Converts an array to a collection. More...
 
static operator ThreeDCartesianCoordinates[] (ThreeDCartesianCoordinatesCollection values)
 Converts a collection to an array. More...
 

Detailed Description

A collection of ThreeDCartesianCoordinates objects.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.ThreeDCartesianCoordinatesCollection.ThreeDCartesianCoordinatesCollection ( )
inline

Initializes the collection with default values.

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

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.ThreeDCartesianCoordinatesCollection.ThreeDCartesianCoordinatesCollection ( IEnumerable< ThreeDCartesianCoordinates collection)
inline

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.ThreeDCartesianCoordinatesCollection.Clone ( )
inline

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.ThreeDCartesianCoordinatesCollection.operator ThreeDCartesianCoordinates[] ( ThreeDCartesianCoordinatesCollection  values)
inlineexplicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.ThreeDCartesianCoordinatesCollection.operator ThreeDCartesianCoordinatesCollection ( ThreeDCartesianCoordinates[]  values)
inlinestatic

Converts an array to a collection.


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