Share

AutoCADBlock.SetPromptTextValues Method

Parent Object: AutoCADBlock

Description

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.

Version

Introduced in version 2011

Was this information helpful?