60000250 New Method added in vdInsert object named SetAttribValue

Article 60000250
Type General
Product Engine
Version 6008
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)

Send comments on this topic.