GRAPHISOFT®

Python APIVersion: 0.23 Beta

DeleteElements

Deletes a list of elements.

def DeleteElements (elemGuidList) -> Integer

 

Parameters

elemGuidList
[in] List of element GUIDs.

 

Return Values

This function returns the count of the deleted elements.

 

Remarks

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

 

Example

DeleteElements (GetSelectedElements ())

 

Requirements

Version: Python API 0.1 or Later
Module: GS

 

See Also

GetElementList, GetElementHeader

All functions