ISharedVariableValue 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: 23.0
Syntax Default Property Value (
name As String
) As Object
Get
Set
Object this[
string name
] { get; set; }
Parameters
- name
- Type: SystemString
The name of the shared variable.
Property Value
Type:
ObjectThe value of the variable.
See Also