SoDeviceContextIsSharedWith Method |
Returns the current sharing state with passed context.
Namespace: OIV.Inventor.DevicesAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public bool IsSharedWith(
SoDeviceContext context
)
Public Function IsSharedWith (
context As SoDeviceContext
) As Boolean
public:
bool IsSharedWith(
SoDeviceContext^ context
)
member IsSharedWith :
context : SoDeviceContext -> bool
Parameters
- context
- Type: OIV.Inventor.DevicesSoDeviceContext
Return Value
Type:
BooleanRemarks See Also