GRAPHISOFT®

Python APIVersion: 0.23 Beta

ChangePropertyGroup

Changes a Property Group.

def ChangePropertyGroup (group) -> String

 

Parameters

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

 

Return Values

This function returns the GUID of the modified Property Group.

 

Remarks

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

For information on how to interpret the returned APIObject list, visit the C++ documentation.

 

Requirements

Version: Python API 0.1 or Later
Module: GS

 

See Also

CreatePropertyGroup, GetPropertyGroupDictionary

All functions