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