|
<< Click to Display Table of Contents >> Set Project/Drawing Property |
![]() ![]()
|
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”)