BlockReference(Transformation, String, linearUnitsType, BlockKeyedCollection) Constructor

Transformation and units constructor.
Public Sub New( _ 
ByVal t As Transformation, _ 
ByVal blockName As String, _ 
ByVal globalUnits As linearUnitsType, _ 
ByVal blocks As BlockKeyedCollection
)
This language is not supported or no code example is available.
public BlockReference( 
Transformation t
string blockName
linearUnitsType globalUnits
BlockKeyedCollection blocks 
)
This language is not supported or no code example is available.

Parameters

t
Transformation

The transformation

blockName
string

The name of the Block to be inserted

globalUnits
linearUnitsType

The units to scale inserted content

blocks
BlockKeyedCollection

The Environment.Blocks collection

.NET Framework

Supported in: 4.8

In this article

Definition