| Article | 60000250 |
| Type | General |
| Product | Engine |
| Date Added | 9/20/2007 12:00:00 AM |
| Fixed | (9/20/2007 12:00:00 AM) |
| Submitted by | Peter Chanios |
Summary
New Method added in vdInsert object named SetAttribValue
Solution
Sets a value to an existing attribute of the insert's block.
TagString : The tag string of an existing value.
ValueString : The value to be set.
returns : True if the operation was succesfull.
public bool SetAttribValue(string TagString, string ValueString)
