Search Results for

    Show / Hide Table of Contents

    Class SmartInteger

    Represents a smart integer value.

    Inheritance
    object
    SmartObject
    SmartInteger
    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: TopSolid.Kernel.Automating.dll
    Syntax
    [DataContract]
    [AvailableSinceVersion(7, 6, 0, 0)]
    public class SmartInteger : SmartObject
    Remarks

    This class is available since v7.6.

    Constructors

    Name Description
    SmartInteger(int)

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

    SmartInteger(string)

    Initializes a new instance of the SmartInteger class of type Formula.

    SmartInteger(string, ScriptType)

    Initializes a new instance of the SmartInteger class of type Formula.

    SmartInteger(ElementId)

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

    SmartInteger(ElementId, ItemLabel)

    Initializes a new instance of the SmartInteger class of type Item.

    SmartInteger(SmartIntegerType, int?, ElementId, ItemLabel, string)

    Initializes a new instance of the SmartInteger class.

    SmartInteger(SmartIntegerType, int?, ElementId, ItemLabel, string, ScriptType)

    Initializes a new instance of the SmartInteger 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 integer.

    Value

    Value, or null if unknown.

    In this article
    Back to top
    • Term of use
    • Corporate information
    • Privacy Policy - GDPR

    Copyright ©2025 TopSolid - All rights reserved.