Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Serialization Namespace / IfcContainerSurrogate Class / Childs Property

In This Topic
    Childs Property (IfcContainerSurrogate)
    In This Topic
    Syntax
    'Declaration
     
    Public Property Childs As List(Of String)
    public List<string> Childs {get; set;}
    See Also