SoImageVizEngineMFieldOutputOutputFieldType, OutputTypeSetValues Method |
Namespace: OIV.ImageViz.EnginesAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetValues(
OutputType[] newValues
)
Public Sub SetValues (
newValues As OutputType()
)
public:
void SetValues(
array<OutputType>^ newValues
)
member SetValues :
newValues : 'OutputType[] -> unit
Parameters
- newValues
- Type: OutputType
See Also