Search Results for

    Show / Hide Table of Contents

    Interface IIfcOwnerHistory

    Readonly interface for IfcOwnerHistory

    Inherited Members
    IPersistEntity.EntityLabel
    IPersistEntity.Model
    IPersistEntity.Activated
    IPersistEntity.ExpressType
    IPersistEntity.ModelOf
    IPersist.Parse(Int32, IPropertyValue, Int32[])
    Namespace: Xbim.Ifc2x3.Interfaces
    Assembly: Xbim.Ifc2x3.dll
    Syntax
    public interface IIfcOwnerHistory : IPersistEntity, IPersist

    Properties

    | Improve this Doc View Source

    ChangeAction

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

    CreationDate

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

    LastModifiedDate

    Declaration
    IfcTimeStamp? LastModifiedDate { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcTimeStamp>
    | Improve this Doc View Source

    LastModifyingApplication

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

    LastModifyingUser

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

    OwningApplication

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

    OwningUser

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

    State

    Declaration
    IfcStateEnum? State { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcStateEnum>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim