Period Property

IviLxiSync

IviLxiSync Reference  

IIviLxiSyncTriggerAlarm.Period Property

Specifies the period of the trigger alarm in seconds; that is, the amount of time in seconds that transpire before the alarm repeats.


[Visual Basic]
Public Property Period As Double

[C#]
public Double Period {get; set;}

[C++]
HRESULT get_Period(
   double* retval
);
HRESULT put_Period(
   double val
);

Remarks

A period of zero means there is no repeat.

See Also

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