GRAPHISOFT®

Python APIVersion: 0.23 Beta

CreatePropertyDefinition

Creates a Property Definition.

def CreatePropertyDefinition (definition) -> String

 

Parameters

definition
[in] An APIObject describing the Property Defition to create.

 

Return Values

This function returns the GUID of the created Property Defition.

 

Remarks

This function is analogous to the ACAPI_Property_CreatePropertyDefinition 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, ChangePropertyDefinition

All functions