Enabled Property

IviLxiSync

IviLxiSync Reference  

IIviLxiSyncArmSource.Enabled Property

Enables or disables the arm source.


[Visual Basic]
Public Property Enabled As Boolean

[C#]
public Boolean Enabled {get; set;}

[C++]
HRESULT get_Enabled(
   VARIANT_BOOL* retval
);
HRESULT put_Enabled(
   VARIANT_BOOL val
);

Remarks

If a source is disabled, it has no affect on the summary arm signal.

See Also

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