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

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

    Parameters

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