Click or drag to resize

TraceBufferConfig3Label Property

If enabled, a TraceEvent is triggered whenever a TRACE_LABEL command is executed. Labels can be added to a CommandList by calling AppendTraceLabel(Int32). The event contains the label's value as its payload.

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
public bool Label { get; set; }

Property Value

Boolean
See Also