Method SetTermLength
SetTermLength(Int32)
Set number of valid characters (length of the term) in the termBuffer array. Use this to truncate the termBuffer or to synchronize with external manipulation of the termBuffer. Note: to grow the size of the array, use ResizeTermBuffer(Int32) first.
Declaration
public void SetTermLength(int length)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | length | the truncated length |