SoDeviceContextSharedGroupContains Method (SoDeviceContext) |
Returns true if the passed context is part of the shared group.
Namespace: OIV.Inventor.DevicesAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public bool Contains(
SoDeviceContext ctx
)
Public Function Contains (
ctx As SoDeviceContext
) As Boolean
public:
bool Contains(
SoDeviceContext^ ctx
)
member Contains :
ctx : SoDeviceContext -> bool
Parameters
- ctx
- Type: OIV.Inventor.DevicesSoDeviceContext
Return Value
Type:
BooleanRemarks See Also