Click or drag to resize

VectorGraphicTextLayerUpdateDynamicContent Method

Updates the content to the latest value. Gets the value without changing the state. 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.The id of the executor calling this method. Used to store and later retrieve the value that was executed by this executor.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.40.0
Syntax
C#
public void UpdateDynamicContent(
	bool peek,
	bool preUpdate,
	Guid? simulationID,
	int? executorId = null
)

Parameters

peek  Boolean

[Missing <param name="peek"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.VectorGraphicTextLayer.UpdateDynamicContent(System.Boolean,System.Boolean,System.Nullable{System.Guid},System.Nullable{System.Int32})"]

preUpdate  Boolean

[Missing <param name="preUpdate"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.VectorGraphicTextLayer.UpdateDynamicContent(System.Boolean,System.Boolean,System.Nullable{System.Guid},System.Nullable{System.Int32})"]

simulationID  NullableGuid

[Missing <param name="simulationID"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.VectorGraphicTextLayer.UpdateDynamicContent(System.Boolean,System.Boolean,System.Nullable{System.Guid},System.Nullable{System.Int32})"]

executorId  NullableInt32  (Optional)

[Missing <param name="executorId"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.VectorGraphicTextLayer.UpdateDynamicContent(System.Boolean,System.Boolean,System.Nullable{System.Guid},System.Nullable{System.Int32})"]

See Also