Click or drag to resize
SoDeviceContextIsCompatible Method

Returns true if two contexts are compatible.

Namespace: OIV.Inventor.Devices
Assembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public bool IsCompatible(
	SoDeviceContext name_11159
)

Parameters

name_11159
Type: OIV.Inventor.DevicesSoDeviceContext

Return Value

Type: Boolean
Remarks

Compatible means that using a buffer from one of these contexts inside the other will not require copying the data.

See Also