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