Click or drag to resize
SoImageimage Property

Contains an in-memory representation of the image.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax
public SoSFImage image { get; }

Property Value

Type: SoSFImage
Remarks

It is either the contents of the file read from filename, an image read directly from an Open Inventor file, or an image set programmatically using the methods provided by OIV.Inventor.Fields.SoSFImage.

See Also