Returns a list containing the handles of the entities that comprise an Insert. The handles are obtained from modelSelf.
getBlockHandles ( handle As String ) As List
| Argument | Type | Description |
|---|---|---|
| handle | string | The handle of the insert. Must be the "modelSelf" handle, such as: first(insert_1.modelSelf) . Note: modelSelf returns a list, so you must use the first() function to retrieve only the first element. |
Intent >getBlockHandles(First(TestInsert.modelSelf))
--> {"ACAD:7ED31528", "ACAD:7ED31530", "ACAD:7ED31538"}