IAcSmComponent
The Sheet Component interface.
available methods :
(setq cad (vlax-get-acad-object))
(setq doc (vla-get-ActiveDocument
cad))
(setq ssmgr (vla-GetInterfaceObject cad
"BricscadSm.AcSmSheetSetMgr"))
(setq smdb (vlax-invoke-method ssmgr
'OpenDatabase dstfile))
(setq sheetset
(vlax-invoke-method smdb 'GetSheetSet))
GetName |
returns the name property of
this component |
SetName |
assigns the name property for
this component |
GetDesc |
returns the description
property of this component |
SetDesc |
assigns the description
property for this component |
GetCustomPropertyBag |
returns the custom property
bag of this component |
© Bricsys NV. All rights reserved. |