eDriven Framework API
Utility method for getting the string presentation of component path

Declaration Syntax
public static string PathToString(
Transform transform,
string delimiter
)
Public Shared Function PathToString ( _
transform As Transform, _
delimiter As String _
) As String
public:
static String^ PathToString(
Transform^ transform,
String^ delimiter
)

Parameters
- transform (Transform)
- Transform the component is attached to
- delimiter (String)
- Delimiter used when building the string

Return Value
Assembly:
eDriven.Gui.Designer (Module: eDriven.Gui.Designer) Version: 2.0.1.0 (2.0.1.0)