Click or drag to resize

INamedObjectTryGetName Method

Test if this item already has a name.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
bool TryGetName(
	out string name
)

Parameters

name  String
On success, returns the name of the item.

Return Value

Boolean
True if the item already has a name; otherwise false.
See Also