Click or drag to resize
SoFieldGetContainer Method

Returns the object that contains this field.

Namespace: OIV.Inventor.Fields
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public SoFieldContainer GetContainer()

Return Value

Type: SoFieldContainer
Remarks

The type of the object will be either SoNode, SoEngine, or will be a global field container (note that the global field container class is internal to Open Inventor; see the methods for creating and accessing global fields on SoDB).

See Also