Interface IIfcCostSchedule
Readonly interface for IfcCostSchedule
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
|
Improve this Doc
View Source
PredefinedType
Declaration
IfcCostScheduleTypeEnum PredefinedType { get; set; }
Property Value
|
Improve this Doc
View Source
PreparedBy
Declaration
IIfcActorSelect PreparedBy { get; set; }
Property Value
|
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
|
Improve this Doc
View Source
SubmittedOn
Declaration
IIfcDateTimeSelect SubmittedOn { get; set; }
Property Value
|
Improve this Doc
View Source
TargetUsers
Declaration
IItemSet<IIfcActorSelect> TargetUsers { get; }
Property Value
|
Improve this Doc
View Source
UpdateDate
Declaration
IIfcDateTimeSelect UpdateDate { get; set; }
Property Value