Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Serialization Namespace / FileBody Class / Entities Property

In This Topic
    Entities Property (FileBody)
    In This Topic
    Gets or sets the entities collection.
    Syntax
    'Declaration
     
    Public Property Entities As IList(Of Entity)
    public IList<Entity> Entities {get; set;}
    See Also