Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Point2D Class / MaximumCoordinate Property

In This Topic
    MaximumCoordinate Property (Point2D)
    In This Topic
    Gets the absolute value of maximum coordinate.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property MaximumCoordinate As Double
    public virtual double MaximumCoordinate {get;}

    Property Value

    The absolute value of maximum coordinate.
    See Also