BlockReference.GetFullTransformation<T> Method

Gets the BlockReference transformation combined with the Block.BasePoint position.
Public Function GetFullTransformation(Of  _ 
T As {Block, IKeyedCollectionDisposableItem(Of T)})( _ 
ByVal blocks As BlockKeyedCollection(Of T), _ 
Optional ByVal parentBlocks As BlockKeyedCollection(Of T) = null _ 
) As Transformation
This language is not supported or no code example is available.
public Transformation GetFullTransformation<T>( 
BlockKeyedCollection<T> blocks
BlockKeyedCollection<T> parentBlocks = null 

where T : Block, IKeyedCollectionDisposableItem<T>
This language is not supported or no code example is available.

Type Parameters

T

Parameters

blocks
BlockKeyedCollection<T>

The blocks collection

parentBlocks
BlockKeyedCollection<T>

The parent blocks collection

Return Value

Transformation

.NET Framework

Supported in: 4.8

In this article

Definition