IAcSmPublishOptions
The interface to Publish options.
available methods :
(setq cad (vlax-get-acad-object))
(setq ssmgr (vla-GetInterfaceObject cad
"BricscadSm.AcSmSheetSetMgr"))
(setq smdb (vlax-invoke-method ssmgr
'OpenDatabase dstfile))
(setq sheetset (vlax-invoke-method smdb
'GetSheetSet))
(setq pbOptions (vlax-invoke-method sheetset
'GetPublishOptions))
GetDefaultOutputdir |
returns an IAcSmFileReference
for the default output directory |
SetDefaultOutputdir |
assigns the default output
directory |
GetDwfType |
returns the DWF file type
property |
SetDwfType |
assigns the DWF file type
property |
GetPromptForName |
returns the boolean flag
indicating whether the application should prompt for
name |
SetPromptForName |
assigns the boolean flag
indicating whether the application should prompt for
name |
GetUsePassword |
returns the boolean flag
indicating whether a password should be used |
SetUsePassword |
assigns the boolean flag
indicating whether a password should be used |
GetPromptForPassword |
returns the boolean flag
indicating whether a password should be prompted for |
SetPromptForPassword |
assigns the boolean flag
indicating whether a password should be prompted for |
GetLayerInfo |
returns the boolean flag
indicating whether layer info should be used |
SetLayerInfo |
assigns the boolean flag
indicating whether layer info should be used |
GetUnrecognizedData |
returns the publish options
'Unregcognized Data'; see publish API for documentation and
use |
SetUnrecognizedData |
assigns the publish options
'Unregcognized Data'; see publish API for documentation and
use |
GetUnrecognizedSections |
returns the publish options
'Unregcognized Section Array'; see the AcPlDSDData publish
API |
SetUnrecognizedSections |
assigns the publish options
'Unregcognized Section Array'; see the AcPlDSDData publish
API |
© Bricsys NV. All rights reserved. |