Click or drag to resize

VisualPushRoutingTarget Method

Push a new routing target onto the stack of routing targets, making this the new current routing target. Add this visual to a custom property on the target called "RoutingTargetAllocators". This is normally called for loads.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public void PushRoutingTarget(
	Visual target
)

Parameters

target
Type: Demo3D.VisualsVisual
New routing target for this load.
See Also