PDA

View Full Version : Titleblock_name


Andy
06-03-2001, 11:26 PM
Hi anyone. During an Annotation session, is there a command that shows to the user the name of the Title Block loaded in the drawing that he's working on? Or at least that shows the sheet format (A0,A1,A2,A3 or A$)? I would like to use this information in a Lisp code. Thanks in advance.

Walter Geppert
06-05-2001, 08:50 PM
Have a look at the Integration Kit (.../documentation/integration_kit/reference/annotation/anno_function_index.html). With sd-am-inq-current-view-set etc. you may get the information you need. Hope this helps Walter

Michael Kahle
06-05-2001, 09:17 PM
Little bit complicated and I'm not sure. if every command is an officially supported one (and I'm not sure if this is what you need ;-): <p> (select-context-NAME (docu-get-context-of-sel-item (sd-am-sheet-struct-frame (sd-am-inq-sheet (sd-am-inq-curr-sheet)))))