TExternalBaseUpdateProperty Method Visual Signal ExternalBase Class Library Documentation
API version 1.5.2

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

(Deprecated) 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. This is deprecated. Property values can now be updated like regular C# public properties.

Namespace: VSignal.ExternalBase
Assembly: vsmExternalBase (in vsmExternalBase.dll) Version: 1.6.0.0
Syntax

protected void UpdateProperty(
	string name,
	Object value
)

Parameters

name
Type: SystemString
Specifies the name of the property.
value
Type: SystemObject
Specifies the current value of the property.
See Also

Reference