How to add your knowledge

getBlockHandles()

    Table of contents
    1. 1. Synopsis
    2. 2. Syntax
    3. 3. Example 1

    Synopsis

    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.

    Example 1

    Intent >getBlockHandles(First(TestInsert.modelSelf)) 
    --> {"ACAD:7ED31528", "ACAD:7ED31530", "ACAD:7ED31538"}