Tao.DevIl SDK Documentation |
|
Il.ilRemoveLoad Method
ilRemoveLoad removes a registered extension handler from the registered load functions list. Use this function when a new handler for an extension needs to be registered.
[Visual Basic]
Public Shared Function ilRemoveLoad( _
ByVal
Ext As
String _
) As
Boolean
[C#]
public static
bool ilRemoveLoad(
string Ext);
Parameters
-
Ext
- Extension to remove (e.g. tga).
Return Value
See Also
Il Class | Tao.DevIl Namespace