Okapi .NET Library

InlineCodeFinderForm.GetData Method 

 [This is preliminary documentation and subject to change.]

Gets the edited options.

[Visual Basic]
Public Sub GetData( _ 
   ByVal p_CodeFinder As InlineCodeFinder _ 
)
[C#]
public void GetData(
   InlineCodeFinder p_CodeFinder
);
[C++]
public: void GetData(
   InlineCodeFinder* p_CodeFinder
);
[JScript]
public function GetData(
   InlineCodeFinder p_CodeFinder
);

Parameters

p_CodeFinder
Object where to copy the options that were modified.

See Also

InlineCodeFinderForm Class | Okapi.Library.Filter Namespace