GRAPHISOFT®

Python APIVersion: 0.23 Beta

ChangeMorph

Modifies an Morph element.

def ChangeMorph (element) -> String

 

Parameters

element
[in] An APIObject describing the Morph 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 Morph 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

CreateMorph, GetMorph

All functions