SoImageDataAdapterGetInterpretation Method |
Returns the current interpretation of the image.
Namespace: OIV.ImageViz.Nodes.ImagesAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.3.0.0 (10.3.0.0)
Syntaxpublic SoImageDataAdapterInterpretations GetInterpretation()
Public Function GetInterpretation As SoImageDataAdapterInterpretations
public:
SoImageDataAdapterInterpretations GetInterpretation()
member GetInterpretation : unit -> SoImageDataAdapterInterpretations
Return Value
Type:
SoImageDataAdapterInterpretations
RemarksConvenience method to get the value of the OIV.ImageViz.Nodes.Images.SoImageDataAdapter.m_interpretation field. .
See Also