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

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

    Parameters

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