NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
List of all members
NXOpen.ScalarTableValue Class Reference

Represents a General M x N table of scalar (real) values. More...

Inheritance diagram for NXOpen.ScalarTableValue:
NXOpen.GeneralScalarTable NXOpen.TransientObject NXOpen.Utilities.NXRemotableObject IDisposable IMessageSink

Additional Inherited Members

- Public Member Functions inherited from NXOpen.GeneralScalarTable
unsafe double GetCellValue (int iRow, int iCol)
 Returns the cell value More...
 
unsafe double[] GetNthColumn (int iCol)
 Returns the entire Nth column of values. More...
 
unsafe NXOpen.Unit GetNthColumnUnits (int iCol)
 Returns the entire Nth column of values. More...
 
unsafe double[] GetNthRow (int iRow)
 Returns the entire Nth row of values. More...
 
unsafe void SetCellNoValue (int iRow, int iCol)
 Sets cell as having no value More...
 
unsafe void SetCellValue (int iRow, int iCol, double cellValue)
 Sets cell value More...
 
unsafe void SetCellValue (int iRow, int iCol, int cellValue)
 Sets cell value More...
 
unsafe void SetNthColumn (int iCol, double[] columnValues)
 Sets the entire Nth column of values. More...
 
unsafe void SetNthColumnUnits (int iCol, NXOpen.Unit unitType)
 Sets the entire Nth column of values. More...
 
unsafe void SetNthRow (int iRow, double[] rowValues)
 Sets the entire Nth row of values. More...
 
unsafe void SetNumberOfRows (int nRows, double dDefaultValue)
 Sets the number of rows More...
 
unsafe void SetTableSize (int nRows, int nCols, double dDefaultValue)
 Sets the table size More...
 
- Protected Member Functions inherited from NXOpen.GeneralScalarTable
override void FreeResource ()
 Destroys the object More...
 
- Properties inherited from NXOpen.GeneralScalarTable
unsafe int NumCols [get]
 Returns the numuber of columns More...
 
unsafe int NumRows [get]
 Returns the number of rows More...
 

Detailed Description

Represents a General M x N table of scalar (real) values.

Created in NX6.0.0


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.