CommandListRemoveRange Method |
Removes a given number of
Command s, starting at the specified position, from the list
Namespace: RAYLASE.SPICE3.ClientLibAssembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.5.2
Syntax public void RemoveRange(
int index,
int count
)
Parameters
- index Int32
- The 0-based position.
- count Int32
- How many commands to remove.
Remarks
Be aware that
numerical branch targets may be invalidated by this operation.
Branch target labels, on the other hand, will be automatically adjusted.
See Also