Click or drag to resize

ComponentGetPathFromRoot Method

Returns the object's access path from the root object.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public string GetPathFromRoot(
	bool displayableForUser = false
)

Parameters

displayableForUser (Optional)
Type: SystemBoolean

Return Value

Type: String
See Also