SetAttributeString MethodAssigns a value to a string type attribute. Syntaxfeature.SetAttributeString(String, String): Void where the first argument is name of the attribute while the second is the value to be assigned to it. Exampleif
PartBody\Pad.1.GetAttributeString("String.1") <> "String1" Another syntax for the same rule is: if PartBody\Pad.1\String.1 <>
"String1" Sample
|