Reading & Writing Parameter Values

<< Click to Display Table of Contents >>

Navigation:  Parameters >

Reading & Writing Parameter Values

The IBNCSInstanceParameter interface is implemented by all parameter objects irrespective of whether they have been created using legacy or dynamic initialisation.

 

The current value of the parameter is provided in the Value property.  This is an Object type and can be case as appropriate for the parameter type.  

 

To change the value of a parameter, firstly set the Value property and then pass the parameter object to the BncsFramework.SetParameterValue method.