dbCreateAreaBoundary
dbCreateAreaBoundary(d_cellviewId l_points[t_name =nil] [lt_edgeNames= nil] ) =>d_areaBoundaryId/nil
Description
Creates an area boundary object in the specified cellview.
An area boundary specifies an area in a block for a specific purpose. Area boundaries are named. A block can have multiple area boundaries, each identified by its name.
Arguments
|
Optional argument that specifies the name of the area boundary. |
|
Value Returned
|
Returns the database ID of the boundary if the creation is successful. |
|
Related Topics
Database Access Function Argument Types
Return to top