Click or drag to resize

VisualCurrentRoutingTarget Property

The current destination for this visual (usually a load). This can be used by equipment to decide which direction to transfer a load, or it can be ignored. It is specific to the equipment processing the load.

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

Property Value

Type: Visual
See Also