Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Translators Namespace / IfcContainer Class / Childs Property

In This Topic
    Childs Property (IfcContainer)
    In This Topic
    Gets or sets the child's GUID in spatial structure.
    Syntax
    'Declaration
     
    Public Property Childs As List(Of String)
    public List<string> Childs {get; set;}
    Remarks
    IFC relationship: IfcRelAggregates
    See Also