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

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