







JsPropertiesExtractor | Send comments on this topic. |
SetAttribValue Method | |
See Also |
![]() |
vdWebLibrary Namespace > vdrawObj Class : SetAttribValue Method |
- tag
- The tag of the attribute to set the value.
- value
- The value string to set to the matching attribute.
- blockSymbol
- The block symbol object in which the attributes will be searched for.
JScript | |
---|---|
public function SetAttribValue( tag : String, value : String, blockSymbol : Object ) : boolean; |
Parameters
- tag
- The tag of the attribute to set the value.
- value
- The value string to set to the matching attribute.
- blockSymbol
- The block symbol object in which the attributes will be searched for.