IAcSmSubset
The Sheet Subset 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))
GetNewSheetLocation |
returns the
IAcSmFileReference that refers to the folder where new sheets will
be created |
SetNewSheetLocation |
defines the
IAcSmFileReference that refers to the folder where new sheets will
be created |
GetDefDwtLayout |
returns the
IAcSmAcDbLayoutReference that refers to the AcDbLayout used as a
template for new sheet creation |
SetDefDwtLayout |
defines the
IAcSmAcDbLayoutReference that refers to the AcDbLayout to be used
as a template for new sheet creation |
GetPromptForDwt |
returns the boolean flag
indicating whether the application should prompt for DWT
file |
SetPromptForDwt |
defines whether the
application should prompt for DWT file |
GetSheetEnumerator |
returns an enumerator of all
components contained in this subset (sorted) |
AddNewSheet |
constructs a new sheet
component; the new sheet is NOT automatically inserted into this
collection |
InsertComponent |
inserts the object before the
specified component |
InsertComponentAfter |
inserts the object after the
specified component |
ImportSheet |
constructs a new sheet
component that references the existing layout pointed by the
provided IAcSmAcDbLayoutReference |
RemoveSheet |
removes the specified sheet
component from this collection |
CreateSubset |
constructs a new subset
component; the new subset is NOT automatically inserted into this
collection |
RemoveSubset |
removes the specified subset
component from this collection |
UpdateInMemoryDwgHints |
updates the hints in the open
drawings that are referenced by this subset |
© Bricsys NV. All rights reserved. |