Share

ISharedVariable.Value Property

Gets or sets the value of a shared temporary variable. If a variable with the given name does not already exist, setting a value will create the variable and then set its value.

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

Syntax

VB

Default Property Value ( 
	name As String
) As Object
	Get
	Set

C#

Object this[
	string name
] { get; set; }

Parameters

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

Property Value

Type: Object
The value of the variable.

See Also

Reference

Was this information helpful?