SoDeviceContextSharedGroupAdd Method |
Adds a device context to 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 Add(
SoDeviceContext ctx
)
Public Sub Add (
ctx As SoDeviceContext
)
public:
void Add(
SoDeviceContext^ ctx
)
member Add :
ctx : SoDeviceContext -> unit
Parameters
- ctx
- Type: OIV.Inventor.DevicesSoDeviceContext
Remarks See Also