Click or drag to resize
SoDeviceContextSharedGroupContains Method (SoBaseContextCache)

Returns true if the specified object is already in the list of notified objects.

Namespace: OIV.Inventor.Devices
Assembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public bool Contains(
	SoBaseContextCache object
)

Parameters

object
Type: OIV.Inventor.CachesSoBaseContextCache

Return Value

Type: Boolean
Remarks

To add or remove an object, from this list, the ref(object) and unref(object) methods can be used.

See Also