Gets or sets the too many marks segment result value that is returned when more than the allowed number of bubbles
in the segment are marked.
Syntax
'Declaration
Public Property TooManyMarksSegmentResult As String
'Usage
Dim instance As OmrProcessor
Dim value As String
instance.TooManyMarksSegmentResult = value
value = instance.TooManyMarksSegmentResult
public string TooManyMarksSegmentResult {get; set;}
public: __property string* get_TooManyMarksSegmentResult();
public: __property void set_TooManyMarksSegmentResult(
string* value
);
public:
property String^ TooManyMarksSegmentResult {
String^ get();
void set ( String^ value);
}
See Also