public override void Apply() { AffectedElement.GetAttributeValues((IAttribute)Feature).Insert(Index, AddedValue); }
public override void Apply() { AffectedElement.GetAttributeValues((IAttribute)Feature).Clear(); }
public override void Apply() { AffectedElement.GetAttributeValues((IAttribute)Feature).RemoveAt(Index); }
public override void Apply() { AffectedElement.GetAttributeValues((IAttribute)Feature).Add(Feature.Type.Parse(AddedValue)); }