SoImageDataAdapterSetInterpretation Method |
Sets the interpretation of the image.
Namespace: OIV.ImageViz.Nodes.ImagesAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax public void SetInterpretation(
SoImageDataAdapterInterpretations interpretation
)
Public Sub SetInterpretation (
interpretation As SoImageDataAdapterInterpretations
)
public:
void SetInterpretation(
SoImageDataAdapterInterpretations interpretation
)
member SetInterpretation :
interpretation : SoImageDataAdapterInterpretations -> unit
Parameters
- interpretation
- Type: OIV.ImageViz.Nodes.ImagesSoImageDataAdapterInterpretations
Remarks Convenience method to set the value of the OIV.ImageViz.Nodes.Images.SoImageDataAdapter.m_interpretation field. .
See Also