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