Okapi .NET Library

IFilterItem.SetStart Method 

 [This is preliminary documentation and subject to change.]

Sets the start position of the text of the item in the input.

[Visual Basic]
Sub SetStart( _ 
   ByVal p_lValue As Long _ 
)
[C#]
void SetStart(
   long p_lValue
);
[C++]
void SetStart(
   __int64 p_lValue
);
[JScript]
function SetStart(
   long p_lValue
);

Parameters

p_lValue
New start position to set.

Remarks

Use this method to set the start position of the text of the item (the position of the first character) in the input. The value must be set to -1 if the start position is not known.

If the input is a string, the position should be offset with the IFilter.p_lOffsetInFile parameter of the OpenInputString method.

See Also

IFilterItem Interface | Okapi.Library.Filter Namespace | GetStart | SetLength | OpenInputString