wspGetLineEndGrids
wspGetLineEndGrids (d_cellViewId t_layerName) =>l_gridNames/ nil
Description
Returns a list of line-end grid names for the specified layer.
Arguments
|
Name of the layer for which line-end grid names are to be searched. |
Value Returned
Example
Returns the line-end grid names for the layer, m1, in the current cellview.
wspGetLineEndGrids(geGetEditCellView() "m1")
=>("m1_B" "m1_T")
Return to top