Click or drag to resize
SoDB.GetGlobalField Method

Returns the global field with the given name, or NULL if there is none.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
public static SoField GetGlobalField(
	string name
)

Parameters

name
Type: System.String

Return Value

Type: SoField
Remarks

See OIV.Inventor.SoDB.CreateGlobalField(System.String, System.Type). The type of the field may be checked using the SoField.isOfType(), (), and SoField.getTypeId() methods.

See Also