Click or drag to resize

MarkableDynamicVectorGraphicUpdateDynamicContent Method

[Missing <summary> documentation for "M:RAYLASE.MarkerPlugin.JobElements.MarkableDynamicVectorGraphic.UpdateDynamicContent(System.Boolean,System.Nullable{System.Guid},System.Nullable{System.Int32})"]


Namespace: RAYLASE.MarkerPlugin.JobElements
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.40.0
Syntax
C#
public override void UpdateDynamicContent(
	bool preUpdate,
	Guid? simulationID,
	int? executorId
)

Parameters

preUpdate  Boolean

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

simulationID  NullableGuid

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

executorId  NullableInt32

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

See Also