| 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: 10.12.3.0 (10.12.3.0)
Syntaxpublic 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: 
Boolean
Remarks
See Also