tcDisplayTechGraphForm
tcDisplayTechGraphForm(
[ d_techID ]
)
=> t / nil
Description
Opens the Technology Database Graph form. It is equivalent to clicking the Graph button in the Technology Tool Box form.
Arguments
Value Returned
Example
cvId = geGetWindowCellView()
tfId = techGetTechFile( cvId )
tcDisplayTechGraphForm( tfId )
Gets the ID of the open cellview and stores it in cvID. Next, it retrieves the technology file ID by using cvId, and then uses that ID to open the Technology Database Graph form.
Return to top