Click or drag to resize

ReferenceUtilityCalculateRelativePathReference Method (Component, Component, String, String, Char)

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static void CalculateRelativePathReference(
	Component from,
	Component to,
	string memberNameOrPath,
	out string referenceValue,
	out char addSeparator
)

Parameters

from
Type: NeoAxisComponent
to
Type: NeoAxisComponent
memberNameOrPath
Type: SystemString
referenceValue
Type: SystemString
addSeparator
Type: SystemChar
See Also