Click or drag to resize

HostLayerIsCompatibleWithParent Method

Determines whether this layer can be inserted into the specified parent object.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool IsCompatibleWithParent(
	Object parentObject
)

Parameters

parentObject  Object
The candidate parent object.

Return Value

Boolean
if the parent is supported; otherwise, .

Implements

IGraphicBaseIsCompatibleWithParent(Object)
See Also