dbSetRailDefFigType
dbSetRailDefFigType( d_railDefId t_railFigType ) => t / nil
Description
Sets the railFigType for the specified railDef.
Arguments
|
Value of figType. Valid values are |
Value Returned
Examples
Sets figType pathseg on rail definition d_rowRegionId.
dbSetRailDefFigType(d_rowRegionId "pathSeg")
Related Topics
Placement Database Access Functions
Return to top