<> <> <> <> DIRECTORY CD; CDPropertyExtraction: CEDAR DEFINITIONS = BEGIN <> <<>> ExtractProperties: PROC [design: CD.Design, ob: CD.Object _ NIL, checkOnly: BOOL _ FALSE] RETURNS [matches: INT, errors: INT]; <<-- Extract and check properties by proximity and font. See documentation for conventions.>> <<-- Does not remove previous properties which dont contradict the extraction.>> <<-- Only one level deep (not hierarchical)>> END.