Search Results for

    Show / Hide Table of Contents

    Struct UFDrf.CustomSymbolText

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.UF
    Assembly: NXOpen.UF.dll
    Syntax
    public struct CustomSymbolText

    Fields

    current_option

    Declaration
    public int current_option
    Field Value
    Type Description
    System.Int32

    current_value

    Declaration
    public double current_value
    Field Value
    Type Description
    System.Double

    max_value

    Declaration
    public double max_value
    Field Value
    Type Description
    System.Double

    min_value

    Declaration
    public double min_value
    Field Value
    Type Description
    System.Double

    note_tag

    Declaration
    public Tag note_tag
    Field Value
    Type Description
    Tag

    num_optional_strings

    Declaration
    public int num_optional_strings
    Field Value
    Type Description
    System.Int32

    optional_strings

    Declaration
    public string[] optional_strings
    Field Value
    Type Description
    System.String[]

    simple_text

    Declaration
    public string simple_text
    Field Value
    Type Description
    System.String

    text_type

    Declaration
    public UFDrf.CustomSymbolTextType text_type
    Field Value
    Type Description
    UFDrf.CustomSymbolTextType

    title

    Declaration
    public string title
    Field Value
    Type Description
    System.String
    In This Article
    Back to top Generated by DocFX