ContentsIndexHome
PreviousUpNext
setValue Method

Assigns the value.

Sets the scalar data to the specified value. Applies to element valued scalars only. 

 

virtual void setValue(const IElement* value) = 0;

 

Sets the scalar data to the specified value. Applies to string valued scalars, and element scalars of which the range is a not subset of Integers. 

 

virtual void setValue(const char* value) = 0;

 

Sets the scalar data to the specified value. Applies to double valued scalars only. 

 

virtual void setValue(double value) = 0;

 

Sets the scalar data to the specified value. Applies to integer and double valued scalars, and element scalars of which the range is a subset of Integers. 

 

virtual void setValue(int value) = 0;