IAcSmCustomPropertyValue
The interface to custom property value 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"))
(setq iter (vlax-invoke-method custProps
'GetPropertyEnumerator))
(vlax-invoke-method iter 'Next 'propname
'propobj)
GetValue |
returns the associated
VARIANT value |
SetValue |
assigns the associated
VARIANT value |
GetFlags |
returns the property flags
associated with this value |
SetFlags |
assigns the property flags
associated with this value |
© Bricsys NV. All rights reserved. |