Class ObjectTableBuilder
Inheritance
ObjectTableBuilder
Assembly: NXOpen.dll
Syntax
public class ObjectTableBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
ObjectTableBuilder()
Declaration
protected ObjectTableBuilder()
Properties
Sheet
Declaration
public Sheet Sheet { get; set; }
Property Value
StockType
Declaration
public ObjectTableBuilder.StockOption StockType { get; set; }
Property Value
Table
Declaration
public TableBuilder Table { get; set; }
Property Value
Methods
AddObjectType(string)
Declaration
public void AddObjectType(string objectType)
Parameters
Type |
Name |
Description |
string |
objectType |
|
GetNumberOfPropertyColumns()
Declaration
public int GetNumberOfPropertyColumns()
Returns
GetPropertyColumn(int)
Declaration
public PropertyCellRangeBuilder GetPropertyColumn(int index)
Parameters
Type |
Name |
Description |
int |
index |
|
Returns
InsertPropertyColumns(int, JaSchematicPropertytype[], string[])
Declaration
public void InsertPropertyColumns(int index, JaSchematicPropertytype[] propertyTypes, string[] propertyKeys)
Parameters
RemoveObjectType(string)
Declaration
public void RemoveObjectType(string objectType)
Parameters
Type |
Name |
Description |
string |
objectType |
|
RemovePropertyColumns(int, int)
Declaration
public void RemovePropertyColumns(int index, int number)
Parameters
Type |
Name |
Description |
int |
index |
|
int |
number |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink