General : New Method added in vdInsert object named SetAttribValue
| Article | 60000250 |
| Type | General |
| Product | Engine |
| Version | 6008 |
| Date Added | 9/20/2007 |
| Fixed | Yes [9/20/2007] |
| Submitted by | Peter Chanios |
| Keywords | |
Subject
New Method added in vdInsert object named SetAttribValue
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)