dbCreateRow
dbCreateRow(
d_cellViewId
d_siteDef
t_name
l_point
x_numSites
[ t_siteOrient ]
[ t_rowOrient ]
)
=> d_rowId / nil
Description
Creates a row in the specified cellview.
Arguments
|
d_cellViewId
|
The database ID of the cellview.
|
|
d_siteDef
|
The siteDef to be used for this row.
|
|
t_name
|
Specifies the name of the row.
|
|
l_point
|
The origin point for the row.
|
|
x_numSites
|
The number of site placements in the row.
|
|
t_siteOrient
|
Specifies the orientation of the site placements of the row. Default value: R0
|
|
t_rowOrient
|
Specifies the orientation of the row. Default value: R0
|
Value Returned
|
d_rowId
|
The database ID of the row if creation is successful.
|
|
nil
|
nil is returned if the cellview ID is invalid.
|
Related Topics
Database Access Function Argument Types
Row Functions
Return to top