Search Results for

    Show / Hide Table of Contents

    Class DoubleTable

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    UIBlock
    DoubleTable
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    UIBlock.GetProperties()
    UIBlock.Focus()
    UIBlock.Enable
    UIBlock.Expanded
    UIBlock.Group
    UIBlock.Label
    UIBlock.Name
    UIBlock.Show
    UIBlock.Type
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    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.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.BlockStyler
    Assembly: NXOpenUI.dll
    Syntax
    public class DoubleTable : UIBlock, IMessageSink

    Constructors

    DoubleTable()

    Declaration
    protected DoubleTable()

    Properties

    CellWidth

    Declaration
    public int CellWidth { get; set; }
    Property Value
    Type Description
    System.Int32

    ColumnTitles

    Declaration
    [Obsolete("Deprecated in NX1847.0.0.  Use NXOpen.BlockStyler.DoubleTable.JA_BLOCK_STYLER_DOUBLE_TABLE_get_column_titles instead.")]
    public string ColumnTitles { get; set; }
    Property Value
    Type Description
    System.String

    Increment

    Declaration
    public double Increment { get; set; }
    Property Value
    Type Description
    System.Double

    RetainValue

    Declaration
    public bool RetainValue { get; set; }
    Property Value
    Type Description
    System.Boolean

    Spin

    Declaration
    public bool Spin { get; set; }
    Property Value
    Type Description
    System.Boolean

    WrapSpin

    Declaration
    public bool WrapSpin { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    GetColumnTitles()

    Declaration
    public string[] GetColumnTitles()
    Returns
    Type Description
    System.String[]

    GetMaximumValues(out Int32, out Int32)

    Declaration
    public double[] GetMaximumValues(out int nRows, out int nColumns)
    Parameters
    Type Name Description
    System.Int32 nRows
    System.Int32 nColumns
    Returns
    Type Description
    System.Double[]

    GetMinimumValues(out Int32, out Int32)

    Declaration
    public double[] GetMinimumValues(out int nRows, out int nColumns)
    Parameters
    Type Name Description
    System.Int32 nRows
    System.Int32 nColumns
    Returns
    Type Description
    System.Double[]

    GetRowTitles()

    Declaration
    public string[] GetRowTitles()
    Returns
    Type Description
    System.String[]

    GetValues(out Int32, out Int32)

    Declaration
    public double[] GetValues(out int nRows, out int nColumns)
    Parameters
    Type Name Description
    System.Int32 nRows
    System.Int32 nColumns
    Returns
    Type Description
    System.Double[]

    SetColumnTitles(String[])

    Declaration
    public void SetColumnTitles(string[] columnTitles)
    Parameters
    Type Name Description
    System.String[] columnTitles

    SetMaximumValues(Int32, Int32, Double[])

    Declaration
    public void SetMaximumValues(int nRows, int nColumns, double[] matrixValue)
    Parameters
    Type Name Description
    System.Int32 nRows
    System.Int32 nColumns
    System.Double[] matrixValue

    SetMinimumValues(Int32, Int32, Double[])

    Declaration
    public void SetMinimumValues(int nRows, int nColumns, double[] matrixValue)
    Parameters
    Type Name Description
    System.Int32 nRows
    System.Int32 nColumns
    System.Double[] matrixValue

    SetRowTitles(String[])

    Declaration
    public void SetRowTitles(string[] rowTitle)
    Parameters
    Type Name Description
    System.String[] rowTitle

    SetValues(Int32, Int32, Double[])

    Declaration
    public void SetValues(int nRows, int nColumns, double[] matrixValue)
    Parameters
    Type Name Description
    System.Int32 nRows
    System.Int32 nColumns
    System.Double[] matrixValue

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In This Article
    Back to top Generated by DocFX