Eyeshot 9.0 WPF API Reference
GetFullTransformation<T> Method

WPF Assembly > devDept.Eyeshot.Entities Namespace > BlockReference Class : GetFullTransformation<T> Method
The blocks dictionary
Gets the BlockReference transformation combined with the devDept.Eyeshot.Block.BasePoint position.
Syntax
'Declaration
 
Public Function GetFullTransformation(Of T As Block)( _
   ByVal blocks As IDictionary(Of String,T) _
) As Transformation
public Transformation GetFullTransformation<T>( 
   IDictionary<string,T> blocks
)
where T: Block

Parameters

blocks
The blocks dictionary

Type Parameters

T

Return Value

See Also

Reference

BlockReference Class
BlockReference Members