Okapi .NET Library

BaseUtilitySet.AddOutput Method 

 [This is preliminary documentation and subject to change.]

Implements IUtilitySet.AddOutput.

[Visual Basic]
Public Sub AddOutput( _ 
   ByVal p_sPath As String, _ 
   ByVal p_sEncoding As String _ 
) _
    Implements IUtilitySet.AddOutput
[C#]
public void AddOutput(
   string p_sPath,
   string p_sEncoding
);
[C++]
public: void AddOutput(
   String* p_sPath,
   String* p_sEncoding
);
[JScript]
public function AddOutput(
   String p_sPath,
   String p_sEncoding
);

Implements

IUtilitySet.AddOutput

See Also

BaseUtilitySet Class | Okapi.Library.Utility Namespace