Class SmartColor
Represents a smart color.
Inherited Members
Namespace: TopSolid.Kernel.Automating
Assembly: TopSolid.Kernel.Automating.dll
Syntax
[DataContract]
[AvailableSinceVersion(7, 18, 0, 0)]
public class SmartColor : SmartObject
Remarks
This class is available since v7.18.
Constructors
| Name | Description |
|---|---|
| SmartColor(Color) | Initializes a new instance of the SmartColor class. |
| SmartColor(ElementId) | Initializes a new instance of the SmartColor class. |
| SmartColor(ElementId, ItemLabel) | Initializes a new instance of the SmartColor class. |
| SmartColor(SmartColorType, Color, ElementId, ItemLabel) | Initializes a new instance of the SmartColor class. |
Fields
| Name | Description |
|---|---|
| Color | Value of Color. |
| ElementId | Providing element identifier, or empty if none. |
| ItemLabel | Providing element item label, or empty if none. |
| Type | Type of smart color. |