예제 #1
0
 public override void Apply()
 {
     AffectedElement.GetAttributeValues((IAttribute)Feature).Insert(Index, AddedValue);
 }
예제 #2
0
 public override void Apply()
 {
     AffectedElement.GetAttributeValues((IAttribute)Feature).Clear();
 }
예제 #3
0
 public override void Apply()
 {
     AffectedElement.GetAttributeValues((IAttribute)Feature).RemoveAt(Index);
 }
예제 #4
0
 public override void Apply()
 {
     AffectedElement.GetAttributeValues((IAttribute)Feature).Add(Feature.Type.Parse(AddedValue));
 }