Gets or sets a value indicating whether non-gridded table detection algorithm is enabled/disabled.
Syntax
'Declaration
Public Property DecompDetectNongriddedTablesEnabled As Boolean
'Usage
Dim instance As ImGearRecRecognitionSettings
Dim value As Boolean
instance.DecompDetectNongriddedTablesEnabled = value
value = instance.DecompDetectNongriddedTablesEnabled
public bool DecompDetectNongriddedTablesEnabled {get; set;}
public: __property bool get_DecompDetectNongriddedTablesEnabled();
public: __property void set_DecompDetectNongriddedTablesEnabled(
bool value
);
public:
property bool DecompDetectNongriddedTablesEnabled {
bool get();
void set ( bool value);
}
Property Value
Boolean value.
See Also