Blending:Bin Property

LabView Local Project Settings

Blending:Bin Property

Short Name: Blending.Bin

Installed With: Full Development System

Class: SceneObject Properties

Reads or writes the draw bin in which you drop and store objects. The bin of an object affects the order in which the object appears when you render the scene.

Values

0Normal Bin—Stores objects without a specific sorting pattern.
1Opaque Bin—Sorts objects in the scene from front to back relative to the viewer to ensure that objects closer to the camera render first.
2Transparent Bin—Sorts objects in the scene from back to front relative to the viewer to ensure that transparent or translucent objects correctly blend with objects that appear behind them.

Remarks

The following table lists the characteristics of this property.

Available in Run-Time Engine and Real-Time Operating SystemYes
PermissionsWrite In Edit Only
Settable when the VI is runningYes
Loads the front panel into memoryNo
Need to authenticate before useNo
Loads the block diagram into memoryNo
Remote access disallowedNo
Must wait until user interface is idleNo
Available with control VIsNo
Available with global VIsNo
Available with strict type definitionsNo
Available with polymorphic VIsNo