Click or drag to resize

ShelfVisualReleaseStrategy Property

If Sequence then loads will be created in the sequence defined in the Loads list. If Distribution then loads will be picked at random from the loads list and created in a random order using a uniform distribution.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public LoadReleaseStrategy ReleaseStrategy { get; set; }

Property Value

Type: LoadReleaseStrategy
See Also