Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / BlockReference Class / GetFullTransformation Method / GetFullTransformation(BlockKeyedCollection) Method
The blocks collection

In This Topic
    GetFullTransformation(BlockKeyedCollection) Method
    In This Topic
    Gets the BlockReference transformation combined with the devDept.Eyeshot.Block.BasePoint position.
    Syntax
    'Declaration
     
    Public Overloads Function GetFullTransformation( _
       ByVal blocks As BlockKeyedCollection _
    ) As Transformation
    public Transformation GetFullTransformation( 
       BlockKeyedCollection blocks
    )

    Parameters

    blocks
    The blocks collection

    Return Value

    See Also