GRAPHISOFT®

Python APIVersion: 0.23 Beta

AddElementProperty

Makes a property definition available for the given element.

def AddElementProperty (elemGuid, propertyDefinition) -> None

 

Parameters

elemGuid
[in] GUID of an Element.
propertyDefinition
[in] An APIObject describing the Property Defition to add.

 

Return Values

This function does not have any return values.

 

Remarks

This function is analogous to the ACAPI_ElementList_AddProperty 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

GetElementList
GetElementPropertyDefinitionDictionary, GetElementProperty, SetElementProperty, DeleteElementProperty

All functions