Class TableParameter
Inheritance
System.Object
System.MarshalByRefObject
TableParameter
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
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)
Assembly: NXOpen.dll
Syntax
public class TableParameter : NXObject, IMessageSink, INXObject
Constructors
TableParameter()
Declaration
protected TableParameter()
Properties
Size
Declaration
Property Value
Type |
Description |
System.Int32 |
|
SizeOffset
Declaration
public int SizeOffset { get; }
Property Value
Type |
Description |
System.Int32 |
|
SizeParameter
Declaration
public string SizeParameter { get; }
Property Value
Type |
Description |
System.String |
|
Methods
GetBooleanValues(String)
Declaration
public bool[] GetBooleanValues(string columnId)
Parameters
Type |
Name |
Description |
System.String |
columnId |
|
Returns
Type |
Description |
System.Boolean[] |
|
GetColumnNames()
Declaration
public string[] GetColumnNames()
Returns
Type |
Description |
System.String[] |
|
GetColumnType(String)
Declaration
public ParameterDescriptor.ParameterType GetColumnType(string columnName)
Parameters
Type |
Name |
Description |
System.String |
columnName |
|
Returns
GetColumnUiNames(String[])
Declaration
public string[] GetColumnUiNames(string[] columnIds)
Parameters
Type |
Name |
Description |
System.String[] |
columnIds |
|
Returns
Type |
Description |
System.String[] |
|
GetIntegerValues(String)
Declaration
public int[] GetIntegerValues(string columnId)
Parameters
Type |
Name |
Description |
System.String |
columnId |
|
Returns
Type |
Description |
System.Int32[] |
|
GetLaminateValues(String)
Declaration
public Laminate[] GetLaminateValues(string columnId)
Parameters
Type |
Name |
Description |
System.String |
columnId |
|
Returns
GetMeasure(String)
Declaration
public string GetMeasure(string columnId)
Parameters
Type |
Name |
Description |
System.String |
columnId |
|
Returns
Type |
Description |
System.String |
|
GetScalarValues(String)
Declaration
public double[] GetScalarValues(string columnId)
Parameters
Type |
Name |
Description |
System.String |
columnId |
|
Returns
Type |
Description |
System.Double[] |
|
GetScalarValues(String, Unit)
Declaration
public double[] GetScalarValues(string columnId, Unit unitType)
Parameters
Type |
Name |
Description |
System.String |
columnId |
|
Unit |
unitType |
|
Returns
Type |
Description |
System.Double[] |
|
GetStringValues(String)
Declaration
public string[] GetStringValues(string columnId)
Parameters
Type |
Name |
Description |
System.String |
columnId |
|
Returns
Type |
Description |
System.String[] |
|
GetUnitType(String)
Declaration
public Unit GetUnitType(string columnId)
Parameters
Type |
Name |
Description |
System.String |
columnId |
|
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink