TraversalParams(Transformation, BlockKeyedCollection) Constructor

Standard constructor.
Public Sub New( _ 
ByVal transform As Transformation, _ 
ByVal blocks As BlockKeyedCollection
)
This language is not supported or no code example is available.
public TraversalParams( 
Transformation transform
BlockKeyedCollection blocks 
)
This language is not supported or no code example is available.

Parameters

transform
Transformation

The initial transformation to apply to the vertices

blocks
BlockKeyedCollection

The blocks collection

.NET Framework

Supported in: 4.8

In this article

Definition