Click or drag to resize

IGraphControllerSelectedRealObjects Property

Gets the objects currently selected. The returned objects are not the HitTestObjects, but the hitted objects itself.

Namespace: Altaxo.Gui.Graph.Gdi.Viewing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
IEnumerable<Object> SelectedRealObjects { get; }

Property Value

IEnumerableObject
The objects currently selected in the graph.
See Also