SoMFKernel2i32SetValue Method |
Sets the first value in the array to newValue, and deletes.
Namespace: OIV.ImageViz.FieldsAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetValue(
SbKernel2i32 newValue
)
Public Sub SetValue (
newValue As SbKernel2i32
)
public:
void SetValue(
SbKernel2i32^ newValue
)
member SetValue :
newValue : SbKernel2i32 -> unit
Parameters
- newValue
- Type: OIV.ImageVizSbKernel2i32
Remarks the second and subsequent values. If field's values are stored in an user data array, this array is no more used.
See Also