GRAPHISOFT®

Python APIVersion: 0.23 Beta

PublishSet

Publishes the given publisher set to the given (optional) path.

def PublishSet (setName, path) -> None

 

Parameters

setName
[in] The name of an existing publisher set.
path
[in] (optional) The function will publish to this path.

 

Return Values

This function does not have any return values.

 

Remarks

If the path parameter is not set then the default path of the publisher set will be used.

This function is analogous to the APIDo_PublishID function of the C++ API.

 

Example

import os
import sys

scriptDir = os.path.dirname (sys.argv[0])
PublishSet ("1 - Views", scriptDir)

 

 

Requirements

Version: Python API 0.1 or Later
Module: GS

 

See Also

All functions