CommandListAppendMarkCounter Method |
Marks the value of the specified mark-counter starting at the current position, using the currently selected font.
Namespace: RAYLASE.SPICE3.ClientLibAssembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.5.2
Syntax public void AppendMarkCounter(
string markCounterName,
int len = 0
)
Parameters
- markCounterName String
- The name of the counter whose value should be marked.
- len Int32 (Optional)
-
The maximum number of digits to be marked.
May be zero to indicate "no limit".
Remarks See Also