Spread ASP.NET 17
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / CalcError Class / Null Property
Example


In This Topic
    Null Property
    In This Topic
    Occurs when you specify an intersection of two intersections that do not intersect.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property Null As CalcError
    'Usage
     
    
    Dim value As CalcError
     
    value = CalcError.Null
    public static CalcError Null {get;}

    Property Value

    CalcError object containing this type of error
    Example
    This example returns the error value.
    See Also