Class PopulateTitleBlockBuilder
Inheritance
PopulateTitleBlockBuilder
Assembly: NXOpen.dll
Syntax
public class PopulateTitleBlockBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
PopulateTitleBlockBuilder()
Declaration
protected PopulateTitleBlockBuilder()
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
GetCellValueForLabel(string)
Declaration
public string GetCellValueForLabel(string label)
Parameters
Type |
Name |
Description |
string |
label |
|
Returns
SetCellValueForLabel(string, string)
Declaration
public void SetCellValueForLabel(string label, string value)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink