Click or drag to resize

HostLayerCanCreateGridForLocation Method

Determines whether this layer is able to create a grid, so that a child layer with a given location fits into a grid cell.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool CanCreateGridForLocation(
	ItemLocationDirect itemLocation
)

Parameters

itemLocation  ItemLocationDirect
The item location of the child layer.

Return Value

Boolean
True if this layer would be able to create a grid; false otherwise.
See Also