Interface IIfcSpaceProgram
Readonly interface for IfcSpaceProgram
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
|
Improve this Doc
View Source
HasInteractionReqsTo
Declaration
IEnumerable<IIfcRelInteractionRequirements> HasInteractionReqsTo { get; }
Property Value
|
Improve this Doc
View Source
MaxRequiredArea
Declaration
IfcAreaMeasure? MaxRequiredArea { get; set; }
Property Value
|
Improve this Doc
View Source
MinRequiredArea
Declaration
IfcAreaMeasure? MinRequiredArea { get; set; }
Property Value
|
Improve this Doc
View Source
RequestedLocation
Declaration
IIfcSpatialStructureElement RequestedLocation { get; set; }
Property Value
|
Improve this Doc
View Source
SpaceProgramIdentifier
Declaration
IfcIdentifier SpaceProgramIdentifier { get; set; }
Property Value
|
Improve this Doc
View Source
StandardRequiredArea
Declaration
IfcAreaMeasure StandardRequiredArea { get; set; }
Property Value