GRAPHISOFT®

Python APIVersion: 0.23 Beta

Open

Opens the PLN/PLA file at the given path.

def Open (path) -> None

 

Parameters

path
[in] The file to open.

 

Return Values

This function does not have any return values.

 

Remarks

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

 

Example

import os
import sys

scriptDir = os.path.dirname (sys.argv[0])
Open ('{}/MyPlan.pln'.format (scriptDir))

 

 

Requirements

Version: Python API 0.1 or Later
Module: GS

 

See Also

All functions