IAcSmSheetSet
The SheetSet 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 iter (vlax-invoke-method smdb
'GetEnumerator))
(setq sheetset (vlax-invoke-method smdb
'GetSheetSet))
Note : "(scanUntilObject)" is a utility
function contained in the sample Lisp files in folder
"<LDSP>/SheetSetManager-Lisp-API/LISP Sample Code"
|
GetAltPageSetups |
returns the
IAcSmFileReference that references the drawing/template containing
the alternative page setups |
|
SetAltPageSetups |
assigns the
IAcSmFileReference referencing the drawing/template containing the
alternative page setups |
|
GetDefAltPageSetup |
returns the
IAcSmNamedAcDbObjectReference referencing the default page setup
within the DWT that contains the alternative page setups |
|
SetDefAltPageSetup |
assigns the
IAcSmNamedAcDbObjectReference referencing the default page setup
within the DWT that contains the alternative page setups |
|
GetPromptForDwgName |
returns whether the user
interface should prompt for new drawing name |
|
SetPromptForDwgName |
defines whether the user
interface should prompt for new drawing name |
|
GetSheetSelSets |
returns the collection of the
sheet selection sets associated with this sheetset |
|
GetResources |
returns the collection of the
resources associated with this sheetset |
|
GetCalloutBlocks |
returns the collection of
callout block references associated with this sheetset |
|
GetViewCategories |
(reserved for future use)
returns the collection of the view categories contained in this
sheetset |
|
GetDefLabelBlk |
returns the
IAcSmAcDbBlockRecordReference that references the label block
definition for this sheetset |
|
SetDefLabelBlk |
assigns the
IAcSmAcDbBlockRecordReference that references the label block
definition for this sheetset |
|
GetPublishOptions |
returns the collection of the
publish options contained in this sheetset |
|
Sync |
updates the sheet view
components in this sheetset that are related to the provided
AcDbDatabase |
|
UpdateSheetCustomProps |
updates custom properties
associated with this sheetset |
| © Bricsys NV. All rights reserved. |