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

In This Topic
    ContainedElements Property (IfcContainer)
    In This Topic
    Gets or sets the contained elements GUID.
    Syntax
    'Declaration
     
    Public Property ContainedElements As List(Of String)
    public List<string> ContainedElements {get; set;}
    Remarks
    IFC relationship: IfcRelContainedInSpatialStructure
    See Also