Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Serialization Namespace / FileBodySurrogate Class / Blocks Property

In This Topic
    Blocks Property (FileBodySurrogate)
    In This Topic
    Syntax
    'Declaration
     
    Public Property Blocks As IList(Of Block)
    public IList<Block> Blocks {get; set;}
    See Also