Tao.DevIl SDK Documentation

Ilu.iluGetString Method 

iluGetString returns a constant human-readable string describing the current OpenILU implementation.

[Visual Basic]
Public Shared Function iluGetString( _
   ByVal StringName As Integer _
) As String
[C#]
public static string iluGetString(
   int StringName
);

Parameters

StringName
Enum that describes the string to be retrieved.

Return Value

See Also

Ilu Class | Tao.DevIl Namespace