IAcSmCustomPropertyBag
The interface to custom property values in an
IAcSmDatabase object.
available methods :
(setq cad (vlax-get-acad-object))
(setq ssmgr (vla-GetInterfaceObject cad
"BricscadSm.AcSmSheetSetMgr"))
(setq smdb (vlax-invoke-method ssmgr
'OpenDatabase dstfile))
(setq sheetset (vlax-invoke-method smdb
'GetSheetSet))
(setq custProps (vlax-invoke-method sheetset
"GetCustomPropertyBag"))
GetProperty |
returns the custom property
value associated with the provided property name |
SetProperty |
assigns a custom property
value associated with the provided property name |
GetPropertyEnumerator |
returns an enumerator on all
contained properties |
© Bricsys NV. All rights reserved. |