Click or drag to resize
SoBaseContextObject Class

Context dependent object management class.

Inheritance Hierarchy
SystemObject
  OIV.InventorSoNetBase
    OIV.Inventor.DevicesSoBaseContextObject

Namespace: OIV.Inventor.Devices
Assembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public class SoBaseContextObject : SoNetBase

The SoBaseContextObject type exposes the following members.

Constructors
  NameDescription
Public methodSoBaseContextObject

Constructor.

Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetContextSharedGroup

Returns the OpenGL context in which the OpenGL objects were created.

Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRelease

This function is called by the attached context when it has been requested to delete the context through the SoDeviceContext.dispose() method.

Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

A helper base class used to store context dependent objects.

See Also