Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Point3D Class / MinValue Property

In This Topic
    MinValue Property (Point3D)
    In This Topic
    Returns a 3D point with coordinates at double.MinValue.
    Syntax
    'Declaration
     
    Public Shared Shadows ReadOnly Property MinValue As Point3D
    public new static Point3D MinValue {get;}
    See Also