GRAPHISOFT®

Python APIVersion: 0.23 Beta

GetGroupedElements

Returns the GUIDs of the elements from the given group.

def GetGroupedElements (groupGuid) -> String

 

Parameters

groupGuid
[in] GUID of a group.

 

Return Values

This function returns the list of the GUIDs of elements in the given elements.

 

Remarks

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

 

Requirements

Version: Python API 0.1 or Later
Module: GS

 

See Also

CreateElementGroup, GetGroupOfElement

All functions