Search Results for

    Show / Hide Table of Contents

    Class UFTabnot

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    UFTabnot
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.UF
    Assembly: NXOpen.UF.dll
    Syntax
    public class UFTabnot : NXRemotableObject, IMessageSink

    Methods

    AddColumn(Tag, Tag, Int32)

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

    AddHeaderRow(Tag, Tag, Int32)

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

    AddRow(Tag, Tag, Int32)

    Declaration
    public void AddRow(Tag tabular_note, Tag row, int index)
    Parameters
    Type Name Description
    Tag tabular_note
    Tag row
    System.Int32 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 UFTabnot.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
    System.String cell_text

    AskCellTextPosition(Tag, Double[])

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

    AskColumnHeadCfw(Tag, Tag, Int32[])

    Declaration
    public void AskColumnHeadCfw(Tag column, Tag section, int[] cfw)
    Parameters
    Type Name Description
    Tag column
    Tag section
    System.Int32[] 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 UFTabnot.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
    System.Double width

    AskDefaultCellPrefs(out UFTabnot.CellPrefs)

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

    AskDefaultSectionPrefs(out UFTabnot.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
    System.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 Int32)

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

    AskNmHeaderRows(Tag, out Int32)

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

    AskNmRows(Tag, out Int32)

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

    AskNmRowsInSection(Tag, out Int32)

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

    AskNmSections(Tag, out Int32)

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

    AskNthColumn(Tag, Int32, out Tag)

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

    AskNthHeaderRow(Tag, Int32, out Tag)

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

    AskNthRow(Tag, Int32, out Tag)

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

    AskNthRowInSection(Tag, Int32, out Tag)

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

    AskNthSection(Tag, Int32, out Tag)

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

    AskRelativeColumn(Tag, Int32, out Tag)

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

    AskRelativeRow(Tag, Int32, out Tag)

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

    AskRowHeadCfw(Tag, Int32[])

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

    AskRowHeight(Tag, out Double)

    Declaration
    public void AskRowHeight(Tag row, out double height)
    Parameters
    Type Name Description
    Tag row
    System.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 UFTabnot.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 UFTabnot.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
    System.Double[] origin
    Tag tabular_note

    CreateColumn(Double, out Tag)

    Declaration
    public void CreateColumn(double width, out Tag column)
    Parameters
    Type Name Description
    System.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
    System.String template_name
    System.Double[] origin
    Tag tabular_note

    CreateRow(Double, out Tag)

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

    EnableAutomaticUpdate(Boolean)

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

    ImportSpreadsheetCell(Tag, Int32, Int32, Int32, Tag)

    Declaration
    public void ImportSpreadsheetCell(Tag spreadsheet, int sheet_number, int row_number, int column_number, Tag cell)
    Parameters
    Type Name Description
    Tag spreadsheet
    System.Int32 sheet_number
    System.Int32 row_number
    System.Int32 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 UFTabnot.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
    System.String cell_text

    SetColumnHeadCfw(Tag, Tag, Int32[])

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

    SetColumnSortData(Tag, ref UFTabnot.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
    System.Double width

    SetDefaultCellPrefs(ref UFTabnot.CellPrefs)

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

    SetDefaultSectionPrefs(ref UFTabnot.SectionPrefs)

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

    SetRowHeadCfw(Tag, Int32[])

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

    SetRowHeight(Tag, Double)

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

    SetSectionPrefs(Tag, ref UFTabnot.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