Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Vector3D Class / IsZero Property

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