Search Results for

    Show / Hide Table of Contents

    Interface IPersistEntity

    Inherited Members
    IPersist.Parse(Int32, IPropertyValue, Int32[])
    Namespace: Xbim.Common
    Assembly: Xbim.Common.dll
    Syntax
    public interface IPersistEntity : IPersist

    Properties

    | Improve this Doc View Source

    Activated

    Some implementations of IModel may implement lazy loading when internal data of the entity is only loaded when needed. This flag is used by entity itself and possibly by IModel for performance optimization.

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

    EntityLabel

    Entity Label is an identifier unique inside one IModel. It can't be changed as other objects rely on it.

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

    ExpressType

    Cached reflection information for this type of object

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

    Model

    Model which contains this entity. No entity can exist outside of a IModel

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

    ModelOf

    Declaration
    [Obsolete("This property is deprecated and likely to be removed. Use just 'Model' instead.")]
    IModel ModelOf { get; }
    Property Value
    Type Description
    IModel
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim