Eyeshot 11 WPF API Reference
WPF 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