IAdsAnyAccess.WriteAny Method (Int32, Object)
Writes an object synchronously to an ADS device.
          Namespace:  TwinCAT.Ads
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
void WriteAny(
int variableHandle,
Object value
)
VB
Sub WriteAny (
variableHandle As Integer,
value As Object
)
Parameters
| 
                   variableHandle  | 
                   Type: System.Int32  | 
| 
                   value  | 
                   Type: System.Object  |