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