Click or drag to resize

INamedObject Interface

Interface for an object which has a name.

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

The INamedObject type exposes the following members.

Properties
 NameDescription
Public propertyName Gets the name of this instance. An InvalidOperationException will be thrown if the name is not yet set or can not be retrieved.
Top
Methods
 NameDescription
Public methodTryGetName Test if this item already has a name.
Top
See Also