Visual Signal ExternalBase Class Library Documentation
UpdateProperty Method (name, value)
VisualSignalVSignal.ExternalBaseTExternalBaseUpdateProperty(String, Object)
API version 1.2.2.0

[This is preliminary documentation and is subject to change.]

Protected function "UpdateProperty", provided to the user DLL for updating the current property values. This function is usually invoked in the DoCompute()()() function after the computation stage.
Declaration Syntax
C#Visual BasicVisual C++
protected void UpdateProperty(
	string name,
	Object value
)
Protected Sub UpdateProperty ( _
	name As String, _
	value As Object _
)
protected:
void UpdateProperty(
	String^ name, 
	Object^ value
)
Parameters
name (String)
Specifies the name of the property.
value (Object)
Specifies the current value of the property.

Assembly: vsmExternalBase (Module: vsmExternalBase) Version: 1.2.2.0 (1.3.0.0)