CommandListAppendIncrementCounter Method |
Increments a specific mark counter. May be used to count things during marking operations.
Namespace: RAYLASE.SPICE3.ClientLibAssembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.5.2
Syntax public void AppendIncrementCounter(
string markCounterName
)
Parameters
- markCounterName String
- The name of the mark counter to be incremented.
Remarks See Also