Home > Contents > Index >
Expanded TOC | Accordion TOC | Annotated TOC | Index
ICS.RemoveCounter
Deletes a counter.
Syntax
public void RemoveCounter(String counter)Parameters
counter
- Name of counter to remove.
Description
The
RemoveCounter
method deletes a counter. After a counter is removed, it is undefined and its value cannot be referenced.Example
The following example removes a counter named
MyCounter
:
ics.RemoveCounter("MyCounter");See Also
Home > Contents > Index > ![]()
FatWire JAVA Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.