Click or drag to resize

MarkableTextDoUpdateDynamicContent Method

Updates the content to the latest value. See IsDynamic. Value can be updated before and after execution. A unique ID to indicate that the content is simulated using the given ID as the key. The simulated value is reset to the last non-simulated value if the ID changes. The last non-simulated value will be used if the ID is null.

Namespace: RAYLASE.MarkerPlugin.JobElements
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntax
C#
protected override void DoUpdateDynamicContent(
	bool preUpdate,
	Guid? simulationID
)

Parameters

preUpdate  Boolean

[Missing <param name="preUpdate"/> documentation for "M:RAYLASE.MarkerPlugin.JobElements.MarkableText.DoUpdateDynamicContent(System.Boolean,System.Nullable{System.Guid})"]

simulationID  NullableGuid

[Missing <param name="simulationID"/> documentation for "M:RAYLASE.MarkerPlugin.JobElements.MarkableText.DoUpdateDynamicContent(System.Boolean,System.Nullable{System.Guid})"]

See Also