Share

SketchedSymbol.SetPromptResultText Method

Parent Object: SketchedSymbol

Description

Method that sets the text that was supplied for a specified sketched symbol that contains prompted text. The string displayed within this symbol is changed.

Syntax

SketchedSymbol.SetPromptResultText( DefinitionText As TextBox, NewValue As String )

Parameters

Name Type Description
DefinitionText TextBox Input TextBox object from the referenced sketched symbol object. This text box is used to specify which prompted text box to set the text for.
NewValue String Input String that defines the new text to use for the specified prompted text.

Version

Introduced in version 5.3

Was this information helpful?