Project Functions (Client/Server Compatibility)

These functions provide compatibility with existing client/server AutoLISP functions.

AfmProjIsOpen

Syntax

(AfmProjIsOpen)

Comments

Returns t if the Extension is connected to an ARCHIBUS project, otherwise returns nil.

Example

(if (not (AfmProjIsOpen)) (exit))

Project Characteristics

Syntax

(AfmProjName) ; string

(AfmProjTitle) ; string

(AfmProjPath) ; string

(AfmProjUnits) ; integer

(AfmProjBaseUnits) ; integer

Comments

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.