RemoveIpl
Внешний вид
Removes a given IPL.
void NAPI.World.RemoveIpl(string iplName);
Parameters
- iplName: parameter input should be in string type
Example
<syntaxhighlight>
NAPI.World.RemoveIpl(string iplName);</syntaxhighlight>
Removes a given IPL.
void NAPI.World.RemoveIpl(string iplName);
<syntaxhighlight>
NAPI.World.RemoveIpl(string iplName);</syntaxhighlight>