The requested page is not available for selected version.
RemoveInterface
Syntax
integer RemoveInterface (string name)
Description
Remove an Interface Definition from memory.
Parameters
name
Name of the interface to be removed.
Return Value
Return 1 if the call is successful; otherwise, 0.If unsuccessful, the diagnostic functions can be used to get more details.
Notes
- In most cases removing interfaces is not necessary. The use of this function is not recommended when TestArchitect is used to control the automation.