 | PostProcessingConfigurationMaskFilledNonMeasuredPoints Property |
Gets or sets the property hiding filled non-measured point in the exported mask.
Namespace:
LynceeTec.InterfaceProcessingV2.Configurations
Assembly:
LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntaxpublic bool MaskFilledNonMeasuredPoints { get; set; }
public:
property bool MaskFilledNonMeasuredPoints {
bool get ();
void set (bool value);
}
Property Value
Type:
Booleantrue sets the exported mask pixels at approximated points locations to 0,
false sets them to 128.
See Also