API Documentation > Classes > Class pfcDetailVariantText
Class pfcDetailVariantText
Description
This interface represents a variant text element set in a symbol instance.
Property Summary
string
The variable text in the symbol definition (without the boundary "\" characters).
string
The text to use in place of the variable text in a symbol instance placement.
Method Summary
Create (string inPrompt, string inValue)
Creates a data object describing the replacement of variable text in a symbol definition.
Property Detail
string
Prompt
The variable text in the symbol definition (without the boundary "\" characters).
string
Value
The text to use in place of the variable text in a symbol instance placement.
Method Detail
Create
(string inPrompt, string inValue)
Creates a data object describing the replacement of variable text in a symbol definition.
Parameters:
inPrompt
The variable text in the symbol definition (without the boundary "\" characters).
inValue
The text to use in place of the variable text in a symbol instance placement.
Returns:
The created data object.
Was this helpful?