 | NonMeasuredPointsConfigurationUseAreaConnecting Property |
Enables or disables the non-measured points area connecting feature.
If enabled, defines as non-measured, every pixel lying between two non-measured points
being the specified distance apart.
Namespace:
LynceeTec.InterfaceProcessingV2.Configurations
Assembly:
LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntaxpublic bool UseAreaConnecting { get; set; }
public:
property bool UseAreaConnecting {
bool get ();
void set (bool value);
}
Property Value
Type:
Booleantrue if enabled,
false otherwise.
See Also