SoFieldContainerEnableNotify Method |
Notification at this Field Container is enabled (if flag == true) or disabled (if flag == false).
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax public bool EnableNotify(
bool flag
)
Public Function EnableNotify (
flag As Boolean
) As Boolean
public:
bool EnableNotify(
bool flag
)
member EnableNotify :
flag : bool -> bool
Parameters
- flag
- Type: SystemBoolean
Return Value
Type:
BooleanRemarks The returned Boolean value indicates whether notification was enabled immediately prior to applying this method.
See Also