Click or drag to resize
SoDBGetGlobalField 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: 9.9.13.0 (9.9.13.0)
Syntax
public static SoField GetGlobalField(
	string name
)

Parameters

name
Type: SystemString

Return Value

Type: SoField
Remarks

See createGlobalField(). The type of the field may be checked using the SoField.isOfType(), SoField.getClassTypeId(), and SoField.getTypeId() methods.

See Also