Tao.DevIl SDK Documentation |
|
Il.ilGetIntegerv Method (Int32, Int32)
ilGetIntegerv function returns the mode value in the Param parameter.
[Visual Basic]
Overloads Public Shared Sub ilGetIntegerv( _
ByVal
Mode As
Integer, _
ByRef
Param As
Integer _
)
[C#]
public static
void ilGetIntegerv(
int Mode,
out
int Param);
Parameters
-
Mode
- The mode value to be returned.
-
Param
- Array where the values are stored
See Also
Il Class | Tao.DevIl Namespace | Il.ilGetIntegerv Overload List