Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Translators Namespace / BlockEx Class / BlockEx Constructor / BlockEx Constructor(String)
The block name.

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

    Parameters

    name
    The block name.
    Remarks
    Call SetXReferenceData to copy Xreference-related data from another BlockEx object.
    See Also