Share

AutoCADBlock.GetPromptTextValues Method

Parent Object: AutoCADBlock

Description

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.

Version

Introduced in version 2011

Was this information helpful?