ISharedVariable.Remove Method

Removes (deletes) the specified temporary variable.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 25.0

Syntax

VB

Sub Remove ( 
	name As String
)

C#

void Remove(
	string name
)

Parameters

name
Type: System.String
The name of the variable.

See Also

Reference

ISharedVariable Interface
Autodesk.iLogic.Interfaces Namespace