Search Results for

    Show / Hide Table of Contents

    Struct UFDraw.TabnotParams

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: NXOpen.UF
    Assembly: NXOpen.UF.dll
    Syntax
    public struct UFDraw.TabnotParams

    Fields

    auto_size_cells

    Declaration
    public bool auto_size_cells
    Field Value
    Type Description
    bool

    border_type

    Declaration
    public UFDraw.TabnotBorderType border_type
    Field Value
    Type Description
    UFDraw.TabnotBorderType

    border_width

    Declaration
    public double border_width
    Field Value
    Type Description
    double

    position

    Declaration
    public double[] position
    Field Value
    Type Description
    double[]

    range_end

    Declaration
    public UFDraw.TabnotCell range_end
    Field Value
    Type Description
    UFDraw.TabnotCell

    range_start

    Declaration
    public UFDraw.TabnotCell range_start
    Field Value
    Type Description
    UFDraw.TabnotCell

    title_cell

    Declaration
    public UFDraw.TabnotCell title_cell
    Field Value
    Type Description
    UFDraw.TabnotCell

    ug_aspect_ratio

    Declaration
    public double ug_aspect_ratio
    Field Value
    Type Description
    double

    use_col_hdr_grid_lines

    Declaration
    public bool use_col_hdr_grid_lines
    Field Value
    Type Description
    bool

    use_grid_lines

    Declaration
    public bool use_grid_lines
    Field Value
    Type Description
    bool

    use_horiz_grid_lines

    Declaration
    public bool use_horiz_grid_lines
    Field Value
    Type Description
    bool

    use_row_hdr_grid_lines

    Declaration
    public bool use_row_hdr_grid_lines
    Field Value
    Type Description
    bool

    use_title_cell

    Declaration
    public bool use_title_cell
    Field Value
    Type Description
    bool

    use_vert_grid_lines

    Declaration
    public bool use_vert_grid_lines
    Field Value
    Type Description
    bool
    In this article
    Back to top Generated by DocFX