Run MethodRuns a macro with arguments. Warning: It is up to the user to check that the macro which is run is not going to cause an infinite loop or result in a system crash. SyntaxVB Script.Run(valueOrFeature:ObjectType,...): Void where valueOrFeature is the macro argument name. There can be several arguments. ExampleYou must have created the VB Script.1 macro prior to creating the rule below: if
PartBody\Pad.1.HasAttribute("String.1") == true Sample
|