TitleBlock.GetResultText Method
Parent Object: TitleBlockDescription
Method that returns the text that is currently displayed for a specific text box. This is useful for text boxes that use input from other sources to define their content, i.e. properties and prompted text. The string displayed within this text box is returned.
Syntax
TitleBlock.GetResultText( DefinitionText As TextBox ) As StringParameters
Name | Type | Description |
DefinitionText | TextBox | Input TextBox object from the referenced TitleBlockDefinition object. This text box is used as in index to specify which text box in the instance to return the text for. |