Message 1 of 2
Fill out DWG Properties with variables
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi guys,
I wold like to fill out the DWG Properties of a file with System Variables from P&ID out of the same File.
I can fill out the DWG Properties with a text I enter, but i would like to match it with the variables I've got.
(setq si(vla-Get-SummaryInfo (vla-Get-ActiveDocument (vlax-Get-Acad-Object))))
(vla-SetCustomByKey si "PropertyName" %<\PnID DrawingProperties.Category.Propertyname>%)
(princ pval)