Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Translators Namespace / HatchRegion Class / HatchRegion Constructor / HatchRegion Constructor(ICurve,Plane)

In This Topic
    HatchRegion Constructor(ICurve,Plane)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal outer As ICurve, _
       ByVal pln As Plane _
    )
    public HatchRegion( 
       ICurve outer,
       Plane pln
    )

    Parameters

    outer
    pln
    See Also