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

In This Topic
    Item Property (Equation)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal pos As Integer _
    ) As Coefficient
    public Coefficient this[ 
       int pos
    ]; {get;}

    Parameters

    pos
    See Also