Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Size3D Class / Size3D Constructor / Size3D Constructor(Double,Double,Double)

In This Topic
    Size3D Constructor(Double,Double,Double)
    In This Topic
    Standard constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal width As Double, _
       ByVal depth As Double, _
       ByVal height As Double _
    )
    public Size3D( 
       double width,
       double depth,
       double height
    )

    Parameters

    width
    depth
    height
    See Also