RemoveIpl
Removes a given IPL.
Syntax
void NAPI.World.RemoveIpl(string iplName);
Required Arguments
- iplName: parameter input should be in string type
Example
C# Syntax
Parameters
- iplName: parameter input should be in string type
Example
NAPI.World.RemoveIpl(string iplName);