NXOpen .NET Reference  12.0.0
Public Member Functions | Properties | List of all members
NXOpen.BlockStyler.IntegerTable Class Reference

Represents a Integer Table block More...

Inheritance diagram for NXOpen.BlockStyler.IntegerTable:
NXOpen.BlockStyler.UIBlock

Public Member Functions

unsafe int[] GetMaximumValues (out int nRows, out int nColumns)
 Gets the MaximumValues More...
 
unsafe void SetMaximumValues (int nRows, int nColumns, int[] matrixValue)
 Sets the MaximumValues More...
 
unsafe int[] GetMinimumValues (out int nRows, out int nColumns)
 Gets the MinimumValues More...
 
unsafe void SetMinimumValues (int nRows, int nColumns, int[] matrixValue)
 Sets the MinimumValues More...
 
unsafe int[] GetValues (out int nRows, out int nColumns)
 Gets the Values More...
 
unsafe void SetValues (int nRows, int nColumns, int[] matrixValue)
 Sets the Values More...
 
unsafe string[] GetRowTitles ()
 Gets the RowTitles More...
 
unsafe void SetRowTitles (string[] rowTitle)
 Sets the RowTitles More...
 
- Public Member Functions inherited from NXOpen.BlockStyler.UIBlock
unsafe
NXOpen.BlockStyler.PropertyList 
GetProperties ()
 Returns the properties of the block More...
 
unsafe void Focus ()
 Focuses on the block. More...
 

Properties

unsafe string ColumnTitles [get, set]
 Returns or sets the ColumnTitles More...
 
unsafe double Increment [get, set]
 Returns or sets the Increment. More...
 
unsafe bool RetainValue [get, set]
 Returns or sets the RetainValue. More...
 
unsafe bool Spin [get, set]
 Returns or sets the Spin More...
 
unsafe bool WrapSpin [get, set]
 Returns or sets the WrapSpin. More...
 
- Properties inherited from NXOpen.BlockStyler.UIBlock
unsafe bool Enable [get, set]
 Returns or sets the Enable. More...
 
unsafe bool Expanded [get, set]
 Returns or sets the Expanded More...
 
unsafe bool Group [get, set]
 Returns or sets the Group More...
 
unsafe string Label [get, set]
 Returns or sets the Label More...
 
unsafe string Name [get]
 Returns the name of the block or BlockID More...
 
unsafe bool Show [get, set]
 Returns or sets the Visibility of block. More...
 
unsafe string Type [get]
 Returns the type of block More...
 

Detailed Description

Represents a Integer Table block

Created in NX8.5.0

Member Function Documentation

unsafe int [] NXOpen.BlockStyler.IntegerTable.GetMaximumValues ( out int  nRows,
out int  nColumns 
)

Gets the MaximumValues

Created in NX8.5.0

License requirements: None.

Parameters
nRowsNumber of Rows in the 2D matrix
nColumnsNumber of Columns in the 2D matrix
Returns
Values to get from the property
unsafe int [] NXOpen.BlockStyler.IntegerTable.GetMinimumValues ( out int  nRows,
out int  nColumns 
)

Gets the MinimumValues

Created in NX8.5.0

License requirements: None.

Parameters
nRowsNumber of Rows in the 2D matrix
nColumnsNumber of Columns in the 2D matrix
Returns
Value to get for given property name.
unsafe string [] NXOpen.BlockStyler.IntegerTable.GetRowTitles ( )

Gets the RowTitles

Created in NX8.5.0

License requirements: None.

Returns
Values to get from the property.
unsafe int [] NXOpen.BlockStyler.IntegerTable.GetValues ( out int  nRows,
out int  nColumns 
)

Gets the Values

Created in NX8.5.0

License requirements: None.

Parameters
nRowsNumber of Rows in the 2D matrix
nColumnsNumber of Columns in the 2D matrix
Returns
Values to get from the property.
unsafe void NXOpen.BlockStyler.IntegerTable.SetMaximumValues ( int  nRows,
int  nColumns,
int[]  matrixValue 
)

Sets the MaximumValues

Created in NX8.5.0

License requirements: None.

Parameters
nRowsNumber of Rows in the 2D matrix
nColumnsNumber of Columns in the 2D matrix
matrixValueValue to set for given property.
unsafe void NXOpen.BlockStyler.IntegerTable.SetMinimumValues ( int  nRows,
int  nColumns,
int[]  matrixValue 
)

Sets the MinimumValues

Created in NX8.5.0

License requirements: None.

Parameters
nRowsNumber of Rows in the 2D matrix
nColumnsNumber of Columns in the 2D matrix
matrixValueValue to set for given property.
unsafe void NXOpen.BlockStyler.IntegerTable.SetRowTitles ( string[]  rowTitle)

Sets the RowTitles

Created in NX8.5.0

License requirements: None.

Parameters
rowTitleValue to set for the property.
unsafe void NXOpen.BlockStyler.IntegerTable.SetValues ( int  nRows,
int  nColumns,
int[]  matrixValue 
)

Sets the Values

Created in NX8.5.0

License requirements: None.

Parameters
nRowsNumber of Rows in the 2D matrix
nColumnsNumber of Columns in the 2D matrix
matrixValueValues to set for the property.

Property Documentation

unsafe string NXOpen.BlockStyler.IntegerTable.ColumnTitles
getset

Returns or sets the ColumnTitles

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.BlockStyler.IntegerTable.Increment
getset

Returns or sets the Increment.

Use this property only when Spin is true

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.BlockStyler.IntegerTable.RetainValue
getset

Returns or sets the RetainValue.

If true, indicates that the values in the block would be stored in dialog memory upon OK, Apply or Close.

Created in NX10.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.BlockStyler.IntegerTable.Spin
getset

Returns or sets the Spin

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.BlockStyler.IntegerTable.WrapSpin
getset

Returns or sets the WrapSpin.

Use this property only when Spin is true

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: None.


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