Add Method

IviLxiSync

IviLxiSync Reference  

IIviLxiSyncArmSources.Add Method

This function creates a new arm 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 arm source to create.

See Also

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