Search Results for

    Show / Hide Table of Contents

    Class UFTabnot

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    UFTabnot
    Implements
    IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.UF
    Assembly: NXOpen.UF.dll
    Syntax
    public class UFTabnot : NXRemotableObject, IMessageSink

    Methods

    AddColumn(Tag, Tag, int)

    Declaration
    public void AddColumn(Tag tabular_note, Tag column, int index)
    Parameters
    Type Name Description
    Tag tabular_note
    Tag column
    int index

    AddHeaderRow(Tag, Tag, int)

    Declaration
    public void AddHeaderRow(Tag tabular_note, Tag row, int index)
    Parameters
    Type Name Description
    Tag tabular_note
    Tag row
    int index

    AddRow(Tag, Tag, int)

    Declaration
    public void AddRow(Tag tabular_note, Tag row, int index)
    Parameters
    Type Name Description
    Tag tabular_note
    Tag row
    int index

    AskCellAtRowCol(Tag, Tag, out Tag)

    Declaration
    public void AskCellAtRowCol(Tag row, Tag column, out Tag cell)
    Parameters
    Type Name Description
    Tag row
    Tag column
    Tag cell

    AskCellPrefs(Tag, out CellPrefs)

    Declaration
    public void AskCellPrefs(Tag cell, out UFTabnot.CellPrefs cell_prefs)
    Parameters
    Type Name Description
    Tag cell
    UFTabnot.CellPrefs cell_prefs

    AskCellText(Tag, out string)

    Declaration
    public void AskCellText(Tag cell, out string cell_text)
    Parameters
    Type Name Description
    Tag cell
    string cell_text

    AskCellTextPosition(Tag, double[])

    Declaration
    public void AskCellTextPosition(Tag cell, double[] text_position)
    Parameters
    Type Name Description
    Tag cell
    double[] text_position

    AskColumnHeadCfw(Tag, Tag, int[])

    Declaration
    public void AskColumnHeadCfw(Tag column, Tag section, int[] cfw)
    Parameters
    Type Name Description
    Tag column
    Tag section
    int[] cfw

    AskColumnOfCell(Tag, out Tag)

    Declaration
    public void AskColumnOfCell(Tag cell, out Tag column)
    Parameters
    Type Name Description
    Tag cell
    Tag column

    AskColumnSortData(Tag, out SortData)

    Declaration
    public void AskColumnSortData(Tag column, out UFTabnot.SortData sort_data)
    Parameters
    Type Name Description
    Tag column
    UFTabnot.SortData sort_data

    AskColumnWidth(Tag, out double)

    Declaration
    public void AskColumnWidth(Tag column, out double width)
    Parameters
    Type Name Description
    Tag column
    double width

    AskDefaultCellPrefs(out CellPrefs)

    Declaration
    public void AskDefaultCellPrefs(out UFTabnot.CellPrefs cell_prefs)
    Parameters
    Type Name Description
    UFTabnot.CellPrefs cell_prefs

    AskDefaultSectionPrefs(out SectionPrefs)

    Declaration
    public void AskDefaultSectionPrefs(out UFTabnot.SectionPrefs section_prefs)
    Parameters
    Type Name Description
    UFTabnot.SectionPrefs section_prefs

    AskEvaluatedCellText(Tag, out string)

    Declaration
    public void AskEvaluatedCellText(Tag cell, out string evaluated_text)
    Parameters
    Type Name Description
    Tag cell
    string evaluated_text

    AskMergeInfo(Tag, out Tag, out Tag, out Tag, out Tag)

    Declaration
    public void AskMergeInfo(Tag cell, out Tag start_row, out Tag start_column, out Tag end_row, out Tag end_column)
    Parameters
    Type Name Description
    Tag cell
    Tag start_row
    Tag start_column
    Tag end_row
    Tag end_column

    AskNmColumns(Tag, out int)

    Declaration
    public void AskNmColumns(Tag tabnote, out int nm_columns)
    Parameters
    Type Name Description
    Tag tabnote
    int nm_columns

    AskNmHeaderRows(Tag, out int)

    Declaration
    public void AskNmHeaderRows(Tag tabnote, out int nm_header_rows)
    Parameters
    Type Name Description
    Tag tabnote
    int nm_header_rows

    AskNmRows(Tag, out int)

    Declaration
    public void AskNmRows(Tag tabnote, out int nm_rows)
    Parameters
    Type Name Description
    Tag tabnote
    int nm_rows

    AskNmRowsInSection(Tag, out int)

    Declaration
    public void AskNmRowsInSection(Tag section, out int nm_rows)
    Parameters
    Type Name Description
    Tag section
    int nm_rows

    AskNmSections(Tag, out int)

    Declaration
    public void AskNmSections(Tag tabnote, out int nm_sections)
    Parameters
    Type Name Description
    Tag tabnote
    int nm_sections

    AskNthColumn(Tag, int, out Tag)

    Declaration
    public void AskNthColumn(Tag tabnote, int index, out Tag column)
    Parameters
    Type Name Description
    Tag tabnote
    int index
    Tag column

    AskNthHeaderRow(Tag, int, out Tag)

    Declaration
    public void AskNthHeaderRow(Tag tabnote, int index, out Tag row)
    Parameters
    Type Name Description
    Tag tabnote
    int index
    Tag row

    AskNthRow(Tag, int, out Tag)

    Declaration
    public void AskNthRow(Tag tabnote, int index, out Tag row)
    Parameters
    Type Name Description
    Tag tabnote
    int index
    Tag row

    AskNthRowInSection(Tag, int, out Tag)

    Declaration
    public void AskNthRowInSection(Tag section, int index, out Tag row)
    Parameters
    Type Name Description
    Tag section
    int index
    Tag row

    AskNthSection(Tag, int, out Tag)

    Declaration
    public void AskNthSection(Tag tabnote, int index, out Tag section)
    Parameters
    Type Name Description
    Tag tabnote
    int index
    Tag section

    AskRelativeColumn(Tag, int, out Tag)

    Declaration
    public void AskRelativeColumn(Tag column, int position, out Tag relative_column)
    Parameters
    Type Name Description
    Tag column
    int position
    Tag relative_column

    AskRelativeRow(Tag, int, out Tag)

    Declaration
    public void AskRelativeRow(Tag row, int position, out Tag relative_row)
    Parameters
    Type Name Description
    Tag row
    int position
    Tag relative_row

    AskRowHeadCfw(Tag, int[])

    Declaration
    public void AskRowHeadCfw(Tag row, int[] cfw)
    Parameters
    Type Name Description
    Tag row
    int[] cfw

    AskRowHeight(Tag, out double)

    Declaration
    public void AskRowHeight(Tag row, out double height)
    Parameters
    Type Name Description
    Tag row
    double height

    AskRowOfCell(Tag, out Tag)

    Declaration
    public void AskRowOfCell(Tag cell, out Tag row)
    Parameters
    Type Name Description
    Tag cell
    Tag row

    AskSectionOfRow(Tag, out Tag)

    Declaration
    public void AskSectionOfRow(Tag row, out Tag section)
    Parameters
    Type Name Description
    Tag row
    Tag section

    AskSectionPrefs(Tag, out SectionPrefs)

    Declaration
    public void AskSectionPrefs(Tag section, out UFTabnot.SectionPrefs section_prefs)
    Parameters
    Type Name Description
    Tag section
    UFTabnot.SectionPrefs section_prefs

    AskTabularNoteOfColumn(Tag, out Tag)

    Declaration
    public void AskTabularNoteOfColumn(Tag column, out Tag tabular_note)
    Parameters
    Type Name Description
    Tag column
    Tag tabular_note

    AskTabularNoteOfSection(Tag, out Tag)

    Declaration
    public void AskTabularNoteOfSection(Tag section, out Tag tabular_note)
    Parameters
    Type Name Description
    Tag section
    Tag tabular_note

    ConvertToNonSpreadsheetTabnote(Tag)

    Declaration
    public void ConvertToNonSpreadsheetTabnote(Tag tabular_note)
    Parameters
    Type Name Description
    Tag tabular_note

    Create(ref SectionPrefs, double[], out Tag)

    Declaration
    public void Create(ref UFTabnot.SectionPrefs prefs, double[] origin, out Tag tabular_note)
    Parameters
    Type Name Description
    UFTabnot.SectionPrefs prefs
    double[] origin
    Tag tabular_note

    CreateColumn(double, out Tag)

    Declaration
    public void CreateColumn(double width, out Tag column)
    Parameters
    Type Name Description
    double width
    Tag column

    CreateFromTemplate(string, double[], out Tag)

    Declaration
    public void CreateFromTemplate(string template_name, double[] origin, out Tag tabular_note)
    Parameters
    Type Name Description
    string template_name
    double[] origin
    Tag tabular_note

    CreateRow(double, out Tag)

    Declaration
    public void CreateRow(double height, out Tag row)
    Parameters
    Type Name Description
    double height
    Tag row

    EnableAutomaticUpdate(bool)

    Declaration
    public void EnableAutomaticUpdate(bool allow_automatic_update)
    Parameters
    Type Name Description
    bool allow_automatic_update

    ImportSpreadsheetCell(Tag, int, int, int, Tag)

    Declaration
    public void ImportSpreadsheetCell(Tag spreadsheet, int sheet_number, int row_number, int column_number, Tag cell)
    Parameters
    Type Name Description
    Tag spreadsheet
    int sheet_number
    int row_number
    int column_number
    Tag cell

    MergeCells(Tag, Tag)

    Declaration
    public void MergeCells(Tag start_cell, Tag end_cell)
    Parameters
    Type Name Description
    Tag start_cell
    Tag end_cell

    RemoveColumn(Tag)

    Declaration
    public void RemoveColumn(Tag column)
    Parameters
    Type Name Description
    Tag column

    RemoveRow(Tag)

    Declaration
    public void RemoveRow(Tag row)
    Parameters
    Type Name Description
    Tag row

    SetCellPrefs(Tag, ref CellPrefs)

    Declaration
    public void SetCellPrefs(Tag cell, ref UFTabnot.CellPrefs cell_prefs)
    Parameters
    Type Name Description
    Tag cell
    UFTabnot.CellPrefs cell_prefs

    SetCellText(Tag, string)

    Declaration
    public void SetCellText(Tag cell, string cell_text)
    Parameters
    Type Name Description
    Tag cell
    string cell_text

    SetColumnHeadCfw(Tag, Tag, int[])

    Declaration
    public void SetColumnHeadCfw(Tag column, Tag section, int[] cfw)
    Parameters
    Type Name Description
    Tag column
    Tag section
    int[] cfw

    SetColumnSortData(Tag, ref SortData)

    Declaration
    public void SetColumnSortData(Tag column, ref UFTabnot.SortData sort_data)
    Parameters
    Type Name Description
    Tag column
    UFTabnot.SortData sort_data

    SetColumnWidth(Tag, double)

    Declaration
    public void SetColumnWidth(Tag column, double width)
    Parameters
    Type Name Description
    Tag column
    double width

    SetDefaultCellPrefs(ref CellPrefs)

    Declaration
    public void SetDefaultCellPrefs(ref UFTabnot.CellPrefs cell_prefs)
    Parameters
    Type Name Description
    UFTabnot.CellPrefs cell_prefs

    SetDefaultSectionPrefs(ref SectionPrefs)

    Declaration
    public void SetDefaultSectionPrefs(ref UFTabnot.SectionPrefs section_prefs)
    Parameters
    Type Name Description
    UFTabnot.SectionPrefs section_prefs

    SetRowHeadCfw(Tag, int[])

    Declaration
    public void SetRowHeadCfw(Tag row, int[] cfw)
    Parameters
    Type Name Description
    Tag row
    int[] cfw

    SetRowHeight(Tag, double)

    Declaration
    public void SetRowHeight(Tag row, double height)
    Parameters
    Type Name Description
    Tag row
    double height

    SetSectionPrefs(Tag, ref SectionPrefs)

    Declaration
    public void SetSectionPrefs(Tag section, ref UFTabnot.SectionPrefs section_prefs)
    Parameters
    Type Name Description
    Tag section
    UFTabnot.SectionPrefs section_prefs

    Sort(Tag)

    Declaration
    public void Sort(Tag tabnote_tag)
    Parameters
    Type Name Description
    Tag tabnote_tag

    UnmergeCells(Tag)

    Declaration
    public void UnmergeCells(Tag cell)
    Parameters
    Type Name Description
    Tag cell

    Update(Tag)

    Declaration
    public void Update(Tag tabular_note)
    Parameters
    Type Name Description
    Tag tabular_note

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In this article
    Back to top Generated by DocFX