AutoCADBlock.SetPromptTextValues Method
Parent Object: AutoCADBlockDescription
Method that sets the prompt string values (attributes) of the block.
Syntax
AutoCADBlock.SetPromptTextValues( PromptTags As Variant, Values As Variant )Parameters
Name | Type | Description |
PromptTags | Variant | String array that specifies the prompt tag strings. |
Values | Variant | String array that specifies the corresponding values of the prompt fields. |