Click or drag to resize
SoFieldContainerGetEventOut Method

Returns the eventOut with the given name.

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

Parameters

fieldName
Type: SystemString

Return Value

Type: SoField
Remarks

If no such eventOut exists, NULL is returned.

See Also