Click or drag to resize
AB4D logo

VisualEventSource3DTargeVisualName Property

Gets or sets the name of the Visual3D that is used as the source of the mouse events.

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public string TargeVisualName { get; set; }

Property Value

String
Remarks

To use TargeVisualName property a NamedObjects dictionary must be set on EventManager3D. This way the real Visual3D can be resolved from the name.

To set the Visual3D directly without using its name, set the TargetVisual3D property instead.

See Also