SuspendableDocumentNodeBaseTryGetName Method |
Test if this item already has a name.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public virtual bool TryGetName(
out string name
)
Parameters
- name String
- On success, returns the name of the item.
Return Value
BooleanTrue if the item already has a name; otherwise false.
Implements
INamedObjectTryGetName(String)See Also