Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Serialization Namespace / SolidSurrogate Class / Portions Property

In This Topic
    Portions Property (SolidSurrogate)
    In This Topic
    Syntax
    'Declaration
     
    Public Property Portions As List(Of Solid.Portion)
    public List<Solid.Portion> Portions {get; set;}
    See Also