Click or drag to resize
SoFieldContainerGetField Method

Returns a the field of this object whose name is fieldName.

Namespace: OIV.Inventor.Fields
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public virtual SoField GetField(
	string fieldName
)

Parameters

fieldName
Type: SystemString

Return Value

Type: SoField
Remarks

Returns NULL if there is no field with the given name.

See Also