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: 18.03.00
Syntaxpublic void PushRoutingTarget(
	Visual target
)
Parameters
- target
 - Type: Demo3D.VisualsVisual
New routing target for this load. 
See Also