ShowErrorsCommand.mesa
Copyright © 1984 by Xerox Corporation. All rights reserved.
Written by Shand, July 25, 1984 7:11:31 pm PDT
Last Edited by: Shand, July 25, 1984 11:38:53 pm PDT
DIRECTORY
CD USING []
;
ShowErrorsCommand: CEDAR DEFINITIONS ~ BEGIN
Searches for unselected objects on the highLightError layer. Selects object, zooms and uses CDCommandOps.WriteInfo to display message. (Note: If object is a Rect, $SignalName property can be used as Error Message.)
dummy: TYPE ~ INT;
END.