Click or drag to resize

GraphControllerGetParentLayerOfSelectedObjects Method

Determines the parent layer of the selected objects, as far as all selected objects belong to the same layer.

Namespace: Altaxo.Gui.Graph.Gdi.Viewing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public HostLayer GetParentLayerOfSelectedObjects()

Return Value

HostLayer
The layer all selected objects belong to. If the selected objects belong to different layers, the return value is null.
See Also