SoDeviceContextSetSharedGroup Method |
Explicitly change the sharedGroup.
Namespace: OIV.Inventor.DevicesAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public bool SetSharedGroup(
SoDeviceContextSharedGroup sharedGroup
)
Public Function SetSharedGroup (
sharedGroup As SoDeviceContextSharedGroup
) As Boolean
public:
bool SetSharedGroup(
SoDeviceContextSharedGroup^ sharedGroup
)
member SetSharedGroup :
sharedGroup : SoDeviceContextSharedGroup -> bool
Parameters
- sharedGroup
- Type: OIV.Inventor.DevicesSoDeviceContextSharedGroup
Return Value
Type:
BooleanRemarks See Also