ILNumerics Ultimate VS

SceneDecreaseReference Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Decrease internal reference counter, to be called when a scene finishes sharing in custom setups (non-IDriver or non-Panel).

[ILNumerics Visualization Engine]

Namespace:  ILNumerics.Drawing
Assembly:  ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax

public uint DecreaseReference()

Return Value

Type: UInt32
The new reference count for the scene
Remarks

When the reference counter is decreased to 0 the scene gets disposed. This will clear all nodes from its children. If for a node this is the only occurence of the node it gets disposed also.

[ILNumerics Visualization Engine]

See Also

Reference