asiGetTopCellView
asiGetTopCellView(o_session) =>d_cellView/ nil
Description
Returns the top-level cellview associated with the session.
Arguments
Value Returned
Example
cv = asiGetTopCellView( session )
lib = cv~>libName
cell = cv~>cellName
view = cv~>viewName
Returns the library, cell, and view names.
Return to top