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

In This Topic
    GetFullTransformation<T>(BlockKeyedCollection<T>,BlockKeyedCollection<T>) Method
    In This Topic
    Gets the BlockReference transformation combined with the devDept.Eyeshot.Block.BasePoint position.
    Syntax
    'Declaration
     
    Public Overloads Function GetFullTransformation(Of T As {Block, IKeyedCollectionDisposableItem(Of T)})( _
       ByVal blocks As BlockKeyedCollection(Of T), _
       Optional ByVal parentBlocks As BlockKeyedCollection(Of T) _
    ) As Transformation

    Parameters

    blocks
    The blocks collection
    parentBlocks
    The parent blocks collection

    Type Parameters

    T

    Return Value

    See Also