GRAPHISOFT®

Python APIVersion: 0.23 Beta

ChangePropertyDefinition

Changes a Property Definition.

def ChangePropertyDefinition (definition) -> String

 

Parameters

definition
[in] An APIObject describing the modified Property Defition. It's identified by GUID.

 

Return Values

This function returns the GUID of the modified Property Defition.

 

Remarks

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

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

GetPropertyGroupDictionary
GetPropertyDefinitionDictionary, CreatePropertyDefinition

All functions