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

A collection of ThreeDFrame objects. More...

Inherits List< ThreeDFrame >, and ICloneable.

Public Member Functions

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

Detailed Description

A collection of ThreeDFrame objects.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.ThreeDFrameCollection.ThreeDFrameCollection ( )
inline

Initializes the collection with default values.

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

Initializes the collection with an initial capacity.

UnifiedAutomation.UaBase.ThreeDFrameCollection.ThreeDFrameCollection ( IEnumerable< ThreeDFrame collection)
inline

Initializes the collection with another collection.

Member Function Documentation

object UnifiedAutomation.UaBase.ThreeDFrameCollection.Clone ( )
inline

Creates a deep copy of the collection.

static UnifiedAutomation.UaBase.ThreeDFrameCollection.operator ThreeDFrame[] ( ThreeDFrameCollection  values)
inlineexplicitstatic

Converts a collection to an array.

static implicit UnifiedAutomation.UaBase.ThreeDFrameCollection.operator ThreeDFrameCollection ( ThreeDFrame[]  values)
inlinestatic

Converts an array to a collection.


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