OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: cbaCAD on June 02, 2015, 11:42:32 PM

Title: project-picturelist, PictureID
Post by: cbaCAD on June 02, 2015, 11:42:32 PM
Is it possible to fill project-picture-lists later via lispcode? I want to change pictures in the picturelist and want to use the "dcl_"-commands which expect PictureIDs.
Title: Re: project-picturelist, PictureID
Post by: owenwengerd on June 03, 2015, 08:04:36 AM
Yes, the project picture list can be managed at runtime using the picture list functions:
Project-SetPicture (http://www.opendcl.com/HelpFiles/index.php?page=Reference/Method/Project/SetPicture.htm)
Project-GetPictures (http://www.opendcl.com/HelpFiles/index.php?page=Reference/Method/Project/GetPictures.htm)
Project-ExportPicture (http://www.opendcl.com/HelpFiles/index.php?page=Reference/Method/Project/ExportPicture.htm)
Title: Re: project-picturelist, PictureID
Post by: cbaCAD on June 03, 2015, 04:38:37 PM
Thanks a lot