Search Results for

    Show / Hide Table of Contents

    Interface IIfcSpaceProgram

    Readonly interface for IfcSpaceProgram

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

    Properties

    | Improve this Doc View Source

    HasInteractionReqsFrom

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

    HasInteractionReqsTo

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

    MaxRequiredArea

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

    MinRequiredArea

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

    RequestedLocation

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

    SpaceProgramIdentifier

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

    StandardRequiredArea

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