Add Method

IviLxiSync

IviLxiSync Reference  

IIviLxiSyncTriggerSources.Add Method

This function creates a new trigger source.


[Visual Basic]
Public Sub Add( _
   ByVal SourceName As String _
)

[C#]
public void Add(
   String SourceName
);

[C++]
HRESULT Add(
   BSTR SourceName
);

Parameters

SourceName
Specifies the name of the trigger source to create.

Remarks

The SourceName parameter is case-insensitive but case-preserving. This means that any casing of the SourceName parameter can be used to access the arm source within the repeated capability collection, but the original casing is used by the specific driver when identifying trigger source events on the LAN.

See Also

IIviLxiSyncTriggerSources Interface | IIviLxiSyncTriggerSources Members | Ivi.LxiSync.Interop Namespace