These functions provide compatibility with existing client/server AutoLISP functions.
(AfmProjIsOpen)
Returns t if the Extension is connected to an ARCHIBUS project, otherwise returns nil.
(if (not (AfmProjIsOpen)) (exit))
(AfmProjName) ; string
(AfmProjTitle) ; string
(AfmProjPath) ; string
(AfmProjUnits) ; integer
(AfmProjBaseUnits) ; integer
These functions return strings or integers giving the properties of the currently open project. If there is no project, these functions return nil.
Copyright © 1984-2015, ARCHIBUS, Inc. All rights reserved. |