Click or drag to resize
SoImageBackgroundimage Property

Contains an in-memory representation of the texture map.

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

Property Value

Type: SoSFImage
Remarks

It is either the contents of the file read from OIV.Inventor.Nodes.SoImageBackground.m_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