Overload List

  Name Description
Public method MakeElement(String, ITuple)
Creates a new data element, which can be added to this collection. The caller takes ownership of the allocated memory.

Return Value

The OplElementIterator being created.

Public method MakeElement(String, Double)
Creates a new data element, which can be added to this collection. The caller takes ownership of the allocated memory.

Return Value

The OplElementIterator being created.

Public method MakeElement(String, Int32)
Creates a new data element, which can be added to this collection. The caller takes ownership of the allocated memory.

Return Value

The OplElementIterator being created.

Public method MakeElement(String, String)
Creates a new data element, which can be added to this collection. The caller takes ownership of the allocated memory.

Return Value

The OplElementIterator being created.

See Also