GRAPHISOFT®

Python APIVersion: 0.23 Beta

ModifyAttribute

Modifies an attribute identified by type and index.

def ModifyAttribute (attributeHead) -> None

 

Parameters

attributeHead
[in] An APIObject describing the modified attribute. It's identified by type and index members.

 

Return Values

This function does not have any return values.

 

Remarks

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

SearchAttributeByName, GetAttributeDictionary

All functions