SoDeviceContextSetSharedGroup Method |
Explicitly change the sharedGroup.
Namespace: OIV.Inventor.DevicesAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 2024.2.2.0 (10.16.2.0)
Syntaxpublic 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:
Boolean
Remarks
See Also