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

In This Topic
    BlockReference Constructor(Transformation,String)
    In This Topic
    Transformation constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal t As Transformation, _
       ByVal blockName As String _
    )
    public BlockReference( 
       Transformation t,
       string blockName
    )

    Parameters

    t
    The transformation
    blockName
    The name of the devDept.Eyeshot.Block to be inserted
    See Also