techFindPurposeDef
techFindPurposeDef(d_techfileID tx_purpose) =>d_purposeDefID/ nil
Description
Returns the purposeDefID in the specified technology database or a referenced technology database in an ITDB graph of the specified technology database. This function returns the purposeDefID as per the specified purpose name or purpose number.
Arguments
Value Returned
|
The purposeDefID is returned in the specified technology database. |
|
Example
drawing = techFindPurposeDef(tf "drawing")
Returns the purposeDefID based on database identifier, tf, and purpose, drawing.
Return to top