Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Equation Class / Coefficients Field

In This Topic
    Coefficients Field
    In This Topic
    Non zero coefficients.
    Syntax
    'Declaration
     
    Public Coefficients As List(Of Coefficient)
    public List<Coefficient> Coefficients
    See Also