TraversalParams(Transformation, Environment) Constructor

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

Parameters

transform
Transformation

The initial transformation to apply to the vertices

environment
Environment

The environment

.NET Framework

Supported in: 4.8

In this article

Definition