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

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

    Parameters

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