IAcSmObjectId
The Sheet ObjectId interface (unique object
identification).
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 smObjectId (vlax-invoke-method smdb
'GetObjectId))
|
GetHandle |
returns the persistent
(unique) string handle |
|
GetDatabase |
returns the owning
IAcSmDatabase |
|
GetPersistObject |
returns the instance of the
persistent component that this IAcSmObjectId identifies |
|
GetOwner |
returns the owning
component |
|
IsEqual |
compares this IAcSmObjectId
with another one, returns true if both IDs reference the same
component |
|
IsValid |
returns whether this
IAcSmObjectId is valid |
| © Bricsys NV. All rights reserved. |