Search Results for

    Show / Hide Table of Contents

    Interface IIfcWorkControl

    Readonly interface for IfcWorkControl

    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 IIfcWorkControl : IIfcControl, IIfcObject, IIfcObjectDefinition, IIfcRoot, IPersistEntity, IPersist

    Properties

    | Improve this Doc View Source

    CreationDate

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

    Creators

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

    Duration

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

    FinishTime

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

    Identifier

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

    Purpose

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

    StartTime

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

    TotalFloat

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

    UserDefinedControlType

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

    WorkControlType

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