Set Project/Drawing Property

<< Click to Display Table of Contents >>

Navigation:  PlantExpressTools > How to use > Functions for AutoLISP >

Set Project/Drawing Property

Previous pageReturn to chapter overviewNext page

This chapter describes the functions to set project or drawing properties.

Setting Project Properties

The command looks like this:

(command “AqaPETSetProjectProperty” “[Category]_[PropertyName]” “[Value]”)

For example:

(command “AqaPETSetProjectProperty” “General_Project_Number” “12345”)

Setting Drawing Properties

The command looks like this:

(command “AqaPETSetDrawingProperty” “[Category]_[PropertyName]” “[Value]”)

For example:

(command “AqaPETSetDrawingProperty” “Title Block_Description1” “Pump Station”)