Class DefineTitleBlockBuilder
Inheritance
DefineTitleBlockBuilder
Assembly: NXOpen.dll
Syntax
public class DefineTitleBlockBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
DefineTitleBlockBuilder()
Declaration
protected DefineTitleBlockBuilder()
Properties
Cells
Declaration
public TitleBlockCellBuilderList Cells { get; }
Property Value
Methods
GetCell(Table, int, int)
Declaration
public TitleBlockCellBuilder GetCell(Table table, int rowIndex, int columnIndex)
Parameters
Type |
Name |
Description |
Table |
table |
|
int |
rowIndex |
|
int |
columnIndex |
|
Returns
GetTables(out Table[])
Declaration
public void GetTables(out Table[] tables)
Parameters
Type |
Name |
Description |
Table[] |
tables |
|
SetTables(Table[])
Declaration
public void SetTables(Table[] tables)
Parameters
Type |
Name |
Description |
Table[] |
tables |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink