Click or drag to resize

AutoActionStartModelHashedPath Property

A hash generated from the path that identifies the location at which the model exists in the simulation tree. Is more resilient to XML changes than IDs.

Namespace:  Livit.Learn.Model
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public string HashedPath { get; set; }

Property Value

Type: String

Implements

IHaveHashedPathHashedPath
Remarks
HashedPath cannot and does not guarantee uniqueness per model due to possibility of moving and various engine quirks. It's simply "good enough" for identifying actions when replaying PH.
See Also