Click or drag to resize

Origin2AltaxoWrapperGetFullNameOfOriginObject Method

Gets the full name of an origin object (any object that could be part of the project tree).

Namespace: Altaxo.Serialization.Origin
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public string GetFullNameOfOriginObject(
	Object originObject,
	string name
)

Parameters

originObject  Object
The origin object.
name  String
The short name of the object. If there is no project tree, then this name will be returned.

Return Value

String
If the project tree exists and the object is part of that tree, the full name (parts separated by backlashes) is returned. Otherwise, the name given in the argument is returned.
See Also