Remove an enum field by text or value | |
Syntax: | object.Remove TextOrValue |
Parameters: |
TextOrValue
As VARIANT - The text or value
of the field to remove.
|
Description: | CimPointEnumFieldList.Remove removes a
CimPointEnumField from the
point enum. Examples pointEnumFields.Remove "Starting" |