GRAPHISOFT®

Python APIVersion: 0.23 Beta

CreatePropertyGroup

Creates a Property Group.

def CreatePropertyGroup (group) -> String

 

Parameters

group
[in] An APIObject describing the Property Group to create.

 

Return Values

This function returns the GUID of the created Property Group.

 

Remarks

This function is analogous to the ACAPI_Property_CreatePropertyGroup 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, ChangePropertyGroup

All functions