SoImageDataAdapterSetInterpretation Method |
Sets the interpretation of the image.
Namespace: OIV.ImageViz.Nodes.ImagesAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void SetInterpretation(
out SoImageDataAdapterInterpretations interpretation
)
Public Sub SetInterpretation (
<OutAttribute> ByRef interpretation As SoImageDataAdapterInterpretations
)
public:
void SetInterpretation(
[OutAttribute] SoImageDataAdapterInterpretations% interpretation
)
member SetInterpretation :
interpretation : SoImageDataAdapterInterpretations byref -> unit
Parameters
- interpretation
- Type: OIV.ImageViz.Nodes.ImagesSoImageDataAdapterInterpretations
RemarksConvenience method to set the value of the interpretation field. .
See Also