Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Translators Namespace / ReadIFC Class / Containers Property

In This Topic
    Containers Property
    In This Topic
    Gets or sets the spatial element collection.
    Syntax
    'Declaration
     
    Public Property Containers As Dictionary(Of String,IfcContainer)
    public Dictionary<string,IfcContainer> Containers {get; set;}
    See Also