Click or drag to resize

INamedObjectCollection Interface

Represents a collection that can resolve child objects by name.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface INamedObjectCollection

The INamedObjectCollection type exposes the following members.

Methods
 NameDescription
Public methodGetChildObjectNamed Retrieves the object with the specified name.
Public methodGetNameOfChildObject Retrieves the name of the provided object.
Top
See Also