Graph3DControllerSelectedObjects Property |
Gets the selected objects. This property must be overriden in derived classes
Namespace: Altaxo.Gui.Graph.Graph3D.ViewingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public virtual IList<IHitTestObject> SelectedObjects { get; }
Property Value
IListIHitTestObject
The selected objects.
See Also