Class SmartCode
Represents a smart code.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: TopSolid.Kernel.Automating
Assembly: cs.temp.dll.dll
Syntax
[AvailableSinceVersion(7, 17, 0, 0)]
public class SmartCode : SmartObject
Remarks
This class is available since v7.17.
Constructors
SmartCode(String)
Declaration
public SmartCode(string inValue)
Parameters
Type | Name | Description |
---|---|---|
System.String | inValue | The value. |
SmartCode(ElementId)
Declaration
public SmartCode(ElementId inElementId)
Parameters
Type | Name | Description |
---|---|---|
ElementId | inElementId | Identifier of providing element. |
Fields
ElementId
Providing element identifier, or empty if none.
Declaration
public ElementId ElementId
Field Value
Type | Description |
---|---|
ElementId |
Type
Type of code.
Declaration
public SmartCodeType Type
Field Value
Type | Description |
---|---|
SmartCodeType |
Value
Value, or null if unknown.
Declaration
public string Value
Field Value
Type | Description |
---|---|
System.String |