 | AcquisitionConfigurationIsTransmission Property |
Gets or sets a value indicating the dhm type.
Namespace:
LynceeTec.InterfaceProcessingV2.Configurations
Assembly:
LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntaxpublic bool IsTransmission { get; set; }
public:
property bool IsTransmission {
bool get ();
void set (bool value);
}
Property Value
Type:
Booleantrue for a transmission dhm,
false for a reflection one.
See Also