Share

ISharedVariable.Exists Method

Gets a value that indicates whether a shared variable with the given name exists in the current session.

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

Syntax

VB

Function Exists ( 
	name As String
) As Boolean

C#

bool Exists(
	string name
)

Parameters

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

Return Value

Type: Boolean
True if the variable exists.

See Also

Reference

Was this information helpful?