View Single Post
  #7  
Old 05-18-2015, 01:49 AM
rvn rvn is offline
Registered User
 
Join Date: Mar 2011
Posts: 52
Re: inquire flat view attributes

Hi Jaap,

Whit this command you should be able to get the name of the first flat on the current sheet.
Code:
(display (sd-am-inq-name (first (sd-am-sheet-struct-flats (sd-am-inq-sheet (sd-am-inq-curr-sheet))))))
kind regards
Reply With Quote