AVEVA OMI Software Developer Kit



The value to be written
Write(Object) Method
Initiate the process to write the value to the reference.
Syntax
'Declaration
 
Public Overloads MustOverride Function Write( _
   ByVal value As Object _
) As WriteOperationStatus
'Usage
 
Dim instance As DataReference
Dim value As Object
Dim value As WriteOperationStatus
 
value = instance.Write(value)
public abstract WriteOperationStatus Write( 
   object value
)
public:
abstract WriteOperationStatus Write( 
   Object^ value
) 

Parameters

value
The value to be written

Return Value

The status of the initiation process
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also