Class SmartInteger
Represents a smart integer value.
Inherited Members
Namespace: TopSolid.Kernel.Automating
Assembly: TopSolid.Kernel.Automating.dll
Syntax
[DataContract]
[AvailableSinceVersion(7, 6, 0, 0)]
public class SmartInteger : SmartObject
Remarks
This class is available since v7.6.
Constructors
| Name | Description |
|---|---|
| SmartInteger(int) | Initializes a new instance of the SmartInteger class of type Basic. |
| SmartInteger(string) | Initializes a new instance of the SmartInteger class of type Formula. |
| SmartInteger(string, ScriptType) | Initializes a new instance of the SmartInteger class of type Formula. |
| SmartInteger(ElementId) | Initializes a new instance of the SmartInteger class of type Element. |
| SmartInteger(ElementId, ItemLabel) | Initializes a new instance of the SmartInteger class of type Item. |
| SmartInteger(SmartIntegerType, int?, ElementId, ItemLabel, string) | Initializes a new instance of the SmartInteger class. |
| SmartInteger(SmartIntegerType, int?, ElementId, ItemLabel, string, ScriptType) | Initializes a new instance of the SmartInteger 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 integer. |
| Value | Value, or null if unknown. |