Okapi .NET Library

InlineCodeFinderForm.SetData Method 

 [This is preliminary documentation and subject to change.]

Sets the options to edit

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

Parameters

p_CodeFinder
Option to edit

See Also

InlineCodeFinderForm Class | Okapi.Library.Filter Namespace