Click or drag to resize
SoBufferAsyncNotifierInterface Class

LDM interface to optimize memory management of tiles .

Inheritance Hierarchy
SystemObject
  OIV.InventorSoNetBase
    OIV.InventorSoDisposable
      OIV.LDM.TilesSoBufferAsyncNotifierInterface

Namespace: OIV.LDM.Tiles
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2025.2.2.0 (10.18.2.0)
Syntax
public class SoBufferAsyncNotifierInterface : SoDisposable

The SoBufferAsyncNotifierInterface type exposes the following members.

Methods
  NameDescription
Public methodDispose
Releases all resources used by SoDisposable.
(Inherited from SoDisposable.)
Public methodEquals (Inherited from Object.)
Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetType (Inherited from Object.)
Public methodRefetchNotify

Notify an object that a buffer implementing SoBufferAsyncInterface has change its state.

Public methodToString (Inherited from Object.)
Top
Properties
  NameDescription
Public propertyIsDisposable
ISafeDisposable interface implementation.
(Inherited from SoDisposable.)
Top
Remarks

Specialized buffer object classes may implement this interface to provide additional information about the contents of the buffer.

See Also