GRAPHISOFT®

Python APIVersion: 0.23 Beta

ChangeWall

Modifies an Wall element.

def ChangeWall (element) -> String

 

Parameters

element
[in] An APIObject describing the Wall element to modify.

 

Return Values

This function returns the GUID of the modified element.

 

Remarks

This function is analogous to the ACAPI_Element_Change function of the C++ API for Wall elements. By setting a member of the passed APIObject you also mask it for the operation.

For information on how to fill the passed APIObject, visit the C++ documentation.

 

Requirements

Version: Python API 0.1 or Later
Module: GS

 

See Also

CreateWall, GetWall

All functions