Search Results for

    Show / Hide Table of Contents

    Class GeneralScalarTable

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TransientObject
    GeneralScalarTable
    ScalarMatrixValue
    ScalarTableValue
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    System.IDisposable
    Inherited Members
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(String)
    TransientObject.PrintTestData(String, Int32)
    TransientObject.Handle
    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.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen
    Assembly: NXOpen.dll
    Syntax
    public class GeneralScalarTable : TransientObject, IMessageSink, IDisposable

    Constructors

    GeneralScalarTable(IntPtr)

    Declaration
    protected GeneralScalarTable(IntPtr ptr)
    Parameters
    Type Name Description
    System.IntPtr ptr

    Properties

    NumCols

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

    NumRows

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

    Methods

    FreeResource()

    Declaration
    protected override void FreeResource()
    Overrides
    TransientObject.FreeResource()

    GetCellValue(Int32, Int32)

    Declaration
    public double GetCellValue(int iRow, int iCol)
    Parameters
    Type Name Description
    System.Int32 iRow
    System.Int32 iCol
    Returns
    Type Description
    System.Double

    GetNthColumn(Int32)

    Declaration
    public double[] GetNthColumn(int iCol)
    Parameters
    Type Name Description
    System.Int32 iCol
    Returns
    Type Description
    System.Double[]

    GetNthColumnUnits(Int32)

    Declaration
    public Unit GetNthColumnUnits(int iCol)
    Parameters
    Type Name Description
    System.Int32 iCol
    Returns
    Type Description
    Unit

    GetNthRow(Int32)

    Declaration
    public double[] GetNthRow(int iRow)
    Parameters
    Type Name Description
    System.Int32 iRow
    Returns
    Type Description
    System.Double[]

    SetCellNoValue(Int32, Int32)

    Declaration
    public void SetCellNoValue(int iRow, int iCol)
    Parameters
    Type Name Description
    System.Int32 iRow
    System.Int32 iCol

    SetCellValue(Int32, Int32, Double)

    Declaration
    public void SetCellValue(int iRow, int iCol, double cellValue)
    Parameters
    Type Name Description
    System.Int32 iRow
    System.Int32 iCol
    System.Double cellValue

    SetCellValue(Int32, Int32, Int32)

    Declaration
    public void SetCellValue(int iRow, int iCol, int cellValue)
    Parameters
    Type Name Description
    System.Int32 iRow
    System.Int32 iCol
    System.Int32 cellValue

    SetNthColumn(Int32, Double[])

    Declaration
    public void SetNthColumn(int iCol, double[] columnValues)
    Parameters
    Type Name Description
    System.Int32 iCol
    System.Double[] columnValues

    SetNthColumnUnits(Int32, Unit)

    Declaration
    public void SetNthColumnUnits(int iCol, Unit unitType)
    Parameters
    Type Name Description
    System.Int32 iCol
    Unit unitType

    SetNthRow(Int32, Double[])

    Declaration
    public void SetNthRow(int iRow, double[] rowValues)
    Parameters
    Type Name Description
    System.Int32 iRow
    System.Double[] rowValues

    SetNumberOfRows(Int32, Double)

    Declaration
    public void SetNumberOfRows(int nRows, double dDefaultValue)
    Parameters
    Type Name Description
    System.Int32 nRows
    System.Double dDefaultValue

    SetTableSize(Int32, Int32, Double)

    Declaration
    public void SetTableSize(int nRows, int nCols, double dDefaultValue)
    Parameters
    Type Name Description
    System.Int32 nRows
    System.Int32 nCols
    System.Double dDefaultValue

    Implements

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