%%PageItemTitle%%

VectorDraw Web Library

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.
Sets the defined value string to the attribute matching the tag parameter. The check is no case sensitive.

Syntax

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.

Return Value

True if the attribute was found or false if it wasn't.

See Also