Search Results for

    Show / Hide Table of Contents

    Class SmartCode

    Represents a smart code.

    Inheritance
    Object
    SmartObject
    SmartCode
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    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)

    Initializes a new instance of the SmartCode class of type Basic.

    Declaration
    public SmartCode(string inValue)
    Parameters
    Type Name Description
    String inValue

    The value.

    SmartCode(ElementId)

    Initializes a new instance of the SmartCode class of type Element.

    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
    String
    In This Article
    • Term of use
    • Corporate information
    • Privacy Policy - GDPR

    Copyright ©2024 TopSolid - All rights reserved.