SoImageVizEngineMFieldOutputOutputFieldType, OutputTypeSetValues Method |
Namespace: OIV.ImageViz.EnginesAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 2023.1.3.0 (2023.1.3)
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