GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoBoxPort Class / IsOrthogonal Method
In This Topic
    IsOrthogonal Method
    In This Topic
    This convenience method decides if the given link is supposed to be drawn with all of its segments orthogonal.
    Syntax
    public virtual bool IsOrthogonal( 
       IGoLink link
    )

    Parameters

    link

    Return Value

    true if the link is believed to be drawn with orthogonal segments
    See Also