API version 1.5.2
Assembly: vsmExternalBase (in vsmExternalBase.dll) Version: 1.6.0.0
Returns the property value.
[This is preliminary documentation and is subject to change.]
(Deprecated) Protected function "GetPropertyValue", provided to the user DLL for retrieving 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 accessed like regular C# public properties.
Namespace: VSignal.ExternalBase
Assembly: vsmExternalBase (in vsmExternalBase.dll) Version: 1.6.0.0
Syntax
Parameters
- name
- Type: SystemString
Specifies the name of the property.
Return Value
Type: ObjectReturns the property value.
See Also