DimensionAttributeValueSetStorage.removeAt Method [AX 2012]
Removes the value at the specified index from the set.
Syntax
public void removeAt(int _index)
Run On
Called
Parameters
- _index
Type: int
The index of the value to remove.
Remarks
The set ordering and index are stable for a running instance of the DimensionAttributeValueSetStorage class, but may change if the instance is persisted and reloaded. Index access is provided as a simplification for programmatic interaction and is not persisted to the database.