Slope Property

IviLxiSync

IviLxiSync Reference  

IIviLxiSyncEvent.Slope Property

Specifies the slope of the inbound event that will cause the generation of an outbound event.


[Visual Basic]
Public Property Slope As IviLxiSyncSourceSlopeEnum

[C#]
public IviLxiSyncSourceSlopeEnum Slope {get; set;}

[C++]
HRESULT get_Slope(
   IviLxiSyncSourceSlopeEnum* retval
);
HRESULT put_Slope(
   IviLxiSyncSourceSlopeEnum val
);

Remarks

The outbound event shall be transmitted with the same slope as the inbound event.

See Also

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