Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Point3D Class / Item Property

In This Topic
    Item Property (Point3D)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As Double
    public double this[ 
       int index
    ]; {get;}

    Parameters

    index
    See Also