TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

class OwnerValue in CodeX

The OwnerValue is used on properties to declare ownership of disposable objects.

sealed class OwnerValue extends Attribute

Remarks

The following rules depict - based on the ownership status - when a disposable object must be disposed and when disposal must not be performed. Going by these rules will avoid situations where a resource is disposed although it is still being used and situations when a resource is never explicitly disposed, thus wasting system resources.

See also:

Owner
OwnerReturn
OwnerThis