Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / BlockReference Class / BlockReference Constructor / BlockReference Constructor(Transformation,String,linearUnitsType,BlockKeyedCollection)
The transformation
The name of the devDept.Eyeshot.Block to be inserted
The units to scale inserted content
The Blocks collection

In This Topic
    BlockReference Constructor(Transformation,String,linearUnitsType,BlockKeyedCollection)
    In This Topic
    Transformation and units constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal t As Transformation, _
       ByVal blockName As String, _
       ByVal globalUnits As linearUnitsType, _
       ByVal blocks As BlockKeyedCollection _
    )
    public BlockReference( 
       Transformation t,
       string blockName,
       linearUnitsType globalUnits,
       BlockKeyedCollection 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