IAcSmSheetSelSets
The Sheet SelectionSet 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))
(setq sheetSelSets (vlax-invoke-method
sheetset "GetSheetSelSets"))
Add |
creates a new selection set
with 'name' and 'description' and adds it to this
collection |
Remove |
removes the specified
selection set from this collection |
GetEnumerator |
returns an enumerator for the
selection sets in this collection |
© Bricsys NV. All rights reserved. |