Click or drag to resize

HostLayerControllerShowDialog(HostLayer) Method

Shows the dialog for editing the specified host layer.

Namespace: Altaxo.Gui.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static bool ShowDialog(
	HostLayer layer
)

Parameters

layer  HostLayer
The host layer to edit.

Return Value

Boolean
true if the dialog was accepted; otherwise, false.
See Also