Class TreeViewBuilder
Inheritance
System.Object
TreeViewBuilder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Xbim.Ifc.ViewModels
Assembly: Xbim.Ifc.dll
Syntax
public class TreeViewBuilder
Methods
| Improve this Doc View SourceComponentView(IModel)
Declaration
public static List<IXbimViewModel> ComponentView(IModel model)
Parameters
| Type | Name | Description |
|---|---|---|
| IModel | model |
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.List<IXbimViewModel> |
ContainmentView(IModel)
Declaration
public static List<IXbimViewModel> ContainmentView(IModel model)
Parameters
| Type | Name | Description |
|---|---|---|
| IModel | model |
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.List<IXbimViewModel> |