Eyeshot 10 WinForms API Reference
BlockReference Constructor(Transformation,String,linearUnitsType,IDictionary<String,Block>)

WinForms Assembly > devDept.Eyeshot.Entities Namespace > BlockReference Class > BlockReference Constructor : BlockReference Constructor(Transformation,String,linearUnitsType,IDictionary<String,Block>)
The transformation
The name of the devDept.Eyeshot.Block to be inserted
The units to scale inserted content
The Blocks collection
Transformation and units constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal t As Transformation, _
   ByVal blockName As String, _
   ByVal globalUnits As linearUnitsType, _
   ByVal blocks As IDictionary(Of String,Block) _
)
public BlockReference( 
   Transformation t,
   string blockName,
   linearUnitsType globalUnits,
   IDictionary<string,Block> blocks
)

Parameters

t
The transformation
blockName
The name of the devDept.Eyeshot.Block to be inserted
globalUnits
The units to scale inserted content
blocks
The Blocks collection
See Also

Reference

BlockReference Class
BlockReference Members
Overload List