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: 2024.1.0.0 (2024.1.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
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRefetchNotify

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

Public methodToString
Returns a string that represents the current object.
(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