Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / BlockReference Class / GetBlockUnits Method
The Blocks collection

In This Topic
    GetBlockUnits Method
    In This Topic
    Gets the block definition linear units.
    Syntax
    'Declaration
     
    Public Function GetBlockUnits( _
       ByVal blocks As BlockKeyedCollection _
    ) As linearUnitsType
    public linearUnitsType GetBlockUnits( 
       BlockKeyedCollection blocks
    )

    Parameters

    blocks
    The Blocks collection

    Return Value

    The referenced block linear units.
    See Also