Click or drag to resize

HostLayerRemove Method

Removes the specified graphics object. Derived classes can override this function not only to remove from the collection of graph objects, but also from other places were graph objects can be stored, e.g. inside axis styles.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual bool Remove(
	IGraphicBase go
)

Parameters

go  IGraphicBase
The graphics object to remove..

Return Value

Boolean
True if the graph object was removed; otherwise false.
See Also