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