CimAxes.Remove (method)

Removes the axis with a particular name or at a particular index in the collection.
Syntax: object.Remove IndexOrName
Parameters:
Optional IndexOrName As VARIANT - Specifies the index or name of the item you desire. It must be either a number from 0 to Count - 1 or an existing axis name.
Description: CimAxes.Remove removes an axis. When a name is speficied as the argument, the axis that matches the specified name argument is removed. When an index is specified as the argument, the axis at the location specified by the index argument is removed. When the argument is omitted, the first axis is removed.