Class SmartText
Represents a smart text value.
Inherited Members
Namespace: TopSolid.Kernel.Automating
Assembly: TopSolid.Kernel.Automating.dll
Syntax
[DataContract]
[AvailableSinceVersion(7, 8, 0, 0)]
public class SmartText : SmartObject
Remarks
This class is available since v7.8.
Constructors
| Name | Description |
|---|---|
| SmartText(string) | Initializes a new instance of the SmartText class of type Basic. |
| SmartText(ElementId) | Initializes a new instance of the SmartText class of type Element. |
| SmartText(ElementId, ItemLabel) | Initializes a new instance of the SmartText class of type Item. |
| SmartText(SmartTextType, string, ElementId, ItemLabel, string) | Initializes a new instance of the SmartText class. |
| SmartText(SmartTextType, string, ElementId, ItemLabel, string, ScriptType) | Initializes a new instance of the SmartText class. |
Fields
| Name | Description |
|---|---|
| ElementId | Providing element identifier, or empty if none. |
| Formula | Formula, or null if none. |
| ItemLabel | Providing element item label, or empty if none. |
| ScriptType | Type of script. |
| Type | Type of smart text. |
| Value | Value, or null if unknown. |