AFM_NET_LISP "Publish"

Syntax

(AFM_NET_LISP "Publish" ruleId publishType assetTypes assetTypeFileNameOverrides assetSuffixes assetLayers backgroundSuffix viewWindow namedView)

Comments

The AutoLISP API Publishing method supports publishing views of different sizes, using the two following optional parameters:  

AutoLISP support for publishing can be found in afm_publish.lsp.

Example

To publish the background SWF and EMF files, per a specified AutoCAD view name:

(AFM_NET_LISP "Publish" "" 4 "" "" "" "" "" 0 4 “someViewName”)