Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / Block Class / Block Constructor / Block Constructor(String,linearUnitsType)
The block name.
The linear units

In This Topic
    Block Constructor(String,linearUnitsType)
    In This Topic
    Units constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As String, _
       ByVal units As linearUnitsType _
    )
    public Block( 
       string name,
       linearUnitsType units
    )

    Parameters

    name
    The block name.
    units
    The linear units
    See Also