ContentsIndexHome
PreviousUpNext
IScalarData::setValue Method (int)

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. 

 

C++
virtual void setValue(int value) = 0;
Parameters 
Description 
int value 
The value to assign.