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

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