Search Results for

    Show / Hide Table of Contents

    Interface IIfcCostSchedule

    Readonly interface for IfcCostSchedule

    Inherited Members
    IIfcControl.Controls
    IIfcObject.ObjectType
    IIfcObject.IsDefinedBy
    IIfcObjectDefinition.HasAssignments
    IIfcObjectDefinition.IsDecomposedBy
    IIfcObjectDefinition.Decomposes
    IIfcObjectDefinition.HasAssociations
    IIfcRoot.GlobalId
    IIfcRoot.OwnerHistory
    IIfcRoot.Name
    IIfcRoot.Description
    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 IIfcCostSchedule : IIfcControl, IIfcObject, IIfcObjectDefinition, IIfcRoot, IPersistEntity, IPersist

    Properties

    | Improve this Doc View Source

    ID

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

    PredefinedType

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

    PreparedBy

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

    Status

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

    SubmittedBy

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

    SubmittedOn

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

    TargetUsers

    Declaration
    IItemSet<IIfcActorSelect> TargetUsers { get; }
    Property Value
    Type Description
    IItemSet<IIfcActorSelect>
    | Improve this Doc View Source

    UpdateDate

    Declaration
    IIfcDateTimeSelect UpdateDate { get; set; }
    Property Value
    Type Description
    IIfcDateTimeSelect
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim