SoDeviceContextIsCompatible Method |
Returns true if two contexts are compatible.
Namespace: OIV.Inventor.DevicesAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 2024.2.0.0 (2024.2.0)
Syntax public bool IsCompatible(
SoDeviceContext name_10877
)
Public Function IsCompatible (
name_10877 As SoDeviceContext
) As Boolean
public:
bool IsCompatible(
SoDeviceContext^ name_10877
)
member IsCompatible :
name_10877 : SoDeviceContext -> bool
Parameters
- name_10877
- Type: OIV.Inventor.DevicesSoDeviceContext
Return Value
Type:
BooleanRemarks Compatible means that using a buffer from one of these contexts inside the other will not require copying the data.
See Also