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.ViewingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public HostLayer GetParentLayerOfSelectedObjects()
Return Value
HostLayerThe layer all selected objects belong to. If the selected objects belong to different layers, the return value is null.
See Also