Returns a list containing the handles of the entities that comprise an Insert. The handles are obtained from modelSelf.
Syntax
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.