SoDeviceContextSharedGroupRemove Method |
Removes a device context from the group.
Namespace: OIV.Inventor.DevicesAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void Remove(
SoDeviceContext ctx
)
Public Sub Remove (
ctx As SoDeviceContext
)
public:
void Remove(
SoDeviceContext^ ctx
)
member Remove :
ctx : SoDeviceContext -> unit
Parameters
- ctx
- Type: OIV.Inventor.DevicesSoDeviceContext
Remarks See Also