IAcSmSheetView
The Sheet View 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 layouts (vla-get-layouts
doc))
(vlax-invoke-method ssmgr "GetSheetFromLayout"
layout 'objSheet)
(setq sheetviews (vlax-invoke-method objSheet
"GetSheetViews"))
(setq iter (vlax-invoke-method sheetviews
'GetEnumerator))
(setq sheetview (vlax-invoke-method iter
'Next))
GetNamedView |
returns the
IAcSmAcDbViewReference that refers to the named AcDbView object on
the sheet that is referenced by this sheet view |
SetNamedView |
assigns the
IAcSmAcDbViewReference that refers to the named AcDbView object on
the sheet that is referenced by this sheet view |
GetCategory |
returns the view category
component that this sheet view is associated with |
SetCategory |
defines the view category
component that this sheet view is associated with |
GetNumber |
returns the number property
of this sheet view |
SetNumber |
defines the number property
of this sheet view |
GetTitle |
returns the title property of
this sheet view |
SetTitle |
defines the title property of
this sheet view |
© Bricsys NV. All rights reserved. |