Search Results for

    Show / Hide Table of Contents

    Interface IXbimViewModel

    Inherited Members
    System.ComponentModel.INotifyPropertyChanged.PropertyChanged
    Namespace: Xbim.Ifc.ViewModels
    Assembly: Xbim.Ifc.dll
    Syntax
    public interface IXbimViewModel : INotifyPropertyChanged

    Properties

    | Improve this Doc View Source

    Children

    Declaration
    IEnumerable<IXbimViewModel> Children { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<IXbimViewModel>
    | Improve this Doc View Source

    CreatingParent

    Declaration
    IXbimViewModel CreatingParent { get; set; }
    Property Value
    Type Description
    IXbimViewModel
    | Improve this Doc View Source

    Entity

    Declaration
    IPersistEntity Entity { get; }
    Property Value
    Type Description
    IPersistEntity
    | Improve this Doc View Source

    EntityLabel

    Declaration
    int EntityLabel { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    IsExpanded

    Declaration
    bool IsExpanded { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsSelected

    Declaration
    bool IsSelected { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Model

    Declaration
    IModel Model { get; }
    Property Value
    Type Description
    IModel
    | Improve this Doc View Source

    Name

    Declaration
    string Name { get; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim