SoBaseContextObject Constructor |
Namespace: OIV.Inventor.DevicesAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoBaseContextObject(
SoDeviceContextSharedGroup sharedContextGroup
)
Public Sub New (
sharedContextGroup As SoDeviceContextSharedGroup
)
public:
SoBaseContextObject(
SoDeviceContextSharedGroup^ sharedContextGroup
)
new :
sharedContextGroup : SoDeviceContextSharedGroup -> SoBaseContextObject
Parameters
- sharedContextGroup
- Type: OIV.Inventor.DevicesSoDeviceContextSharedGroup
context shared group from which it depends.
Remarks See Also