Click or drag to resize

MarkableDynamicVectorGraphicDoUpdateDynamicContent Method

[Missing <summary> documentation for "M:RAYLASE.MarkerPlugin.JobElements.MarkableDynamicVectorGraphic.DoUpdateDynamicContent(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#
protected override void DoUpdateDynamicContent(
	bool preUpdate,
	Guid? simulationID,
	int? executorId
)

Parameters

preUpdate  Boolean

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

simulationID  NullableGuid

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

executorId  NullableInt32

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

See Also