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: 10.12.3.0 (10.12.3.0)
Syntax
public SoFieldContainer GetContainer()

Return Value

Type: SoFieldContainer
Remarks

The type of the object will be either OIV.Inventor.Nodes.SoNode, OIV.Inventor.Engines.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 OIV.Inventor.SoDB).

See Also