Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / BlockReference Class / GetEntities Method
The blocks collection
The parent blocks collection

In This Topic
    GetEntities Method
    In This Topic
    Gets the entities of the block referred by this BlockReference.
    Syntax
    'Declaration
     
    Public Function GetEntities( _
       ByVal blocks As BlockKeyedCollection, _
       Optional ByVal parentBlocks As BlockKeyedCollection _
    ) As IList(Of Entity)

    Parameters

    blocks
    The blocks collection
    parentBlocks
    The parent blocks collection

    Return Value

    The entities of the referred block.
    See Also