TraversalParams(BlockReference, BlockKeyedCollection, Environment) Constructor

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

Parameters

blockRef
BlockReference

The BlockReference whose transformation is applied to the vertices

blocks
BlockKeyedCollection

The blocks collection

environment
Environment

.NET Framework

Supported in: 4.8

In this article

Definition