Tries to remove a child object of this collection.
Namespace: Altaxo.Graph.Gdi.AxisAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool Remove(
GraphicBase go
)
Parameters
- go GraphicBase
- The object to remove.
Return Value
Boolean If the provided object is a child object and
the child object could be removed, the return value is true.
See Also