Name Property

IviLxiSync

IviLxiSync Reference  

IIviLxiSyncTriggerAlarms.Name Property

Returns the physical repeated capability identifier defined by the specific driver for the trigger alarm that corresponds to the one-based index that the user specifies


[Visual Basic]
Public ReadOnly Property Name( _
   ByVal Index As Int32 _
) As String

[C#]
public String get_Name(
   Int32 Index
);

[C++]
HRESULT get_Name(
   long Index,
   BSTR* retval
);

Parameters

Index
One based index into the collection of alarms.

Remarks

For custom arm sources added with the Add Trigger Source function, this function returns the arm source name in the original casing used when Add Trigger Source was called.

See Also

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