SoDeviceContextIsCompatible Method |
Returns true if two contexts are compatible.
Namespace: OIV.Inventor.DevicesAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public bool IsCompatible(
SoDeviceContext name_11155
)
Public Function IsCompatible (
name_11155 As SoDeviceContext
) As Boolean
public:
bool IsCompatible(
SoDeviceContext^ name_11155
)
member IsCompatible :
name_11155 : SoDeviceContext -> bool
Parameters
- name_11155
- 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