Click or drag to resize
SoFieldContainerEnableNotify Method

Notification at this Field Container is enabled (if flag == true) or disabled (if flag == false).

Namespace: OIV.Inventor.Fields
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public bool EnableNotify(
	bool flag
)

Parameters

flag
Type: SystemBoolean

Return Value

Type: Boolean
Remarks

The returned Boolean value indicates whether notification was enabled immediately prior to applying this method.

See Also