Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Geometry Namespace / Vector2D Class / IsUnit Property

In This Topic
    IsUnit Property (Vector2D)
    In This Topic
    True if the vector has length equal to one.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsUnit As Boolean
    public bool IsUnit {get;}
    See Also