ISharedVariableRemove Method |
Removes (deletes) the specified temporary variable.
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax Sub Remove (
name As String
)
void Remove(
string name
)
Parameters
- name
- Type: SystemString
The name of the variable.
See Also