Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / FastPointCloud Class / PointArray Property

In This Topic
    PointArray Property (FastPointCloud)
    In This Topic
    Gets or sets point array.
    Syntax
    'Declaration
     
    Public Property PointArray As Single()
    public float[] PointArray {get; set;}
    See Also