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

In This Topic
    Length Property (Vector3D)
    In This Topic
    Gets or sets the 3D vector length.
    Syntax
    'Declaration
     
    Public Property Length As Double
    public double Length {get; set;}
    See Also