Interface IIfcTimeSeries
Readonly interface for IfcTimeSeries
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcTimeSeries : IfcMetricValueSelect, IIfcMetricValueSelect, IfcObjectReferenceSelect, IIfcObjectReferenceSelect, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
DataOrigin
Declaration
IfcDataOriginEnum DataOrigin { get; set; }
Property Value
|
Improve this Doc
View Source
Description
Declaration
IfcText? Description { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcText> |
|
|
Improve this Doc
View Source
DocumentedBy
Declaration
IEnumerable<IIfcTimeSeriesReferenceRelationship> DocumentedBy { get; }
Property Value
|
Improve this Doc
View Source
EndTime
Declaration
IIfcDateTimeSelect EndTime { get; set; }
Property Value
|
Improve this Doc
View Source
Name
Declaration
IfcLabel Name { get; set; }
Property Value
|
Improve this Doc
View Source
StartTime
Declaration
IIfcDateTimeSelect StartTime { get; set; }
Property Value
|
Improve this Doc
View Source
TimeSeriesDataType
Declaration
IfcTimeSeriesDataTypeEnum TimeSeriesDataType { get; set; }
Property Value
|
Improve this Doc
View Source
Unit
Declaration
IIfcUnit Unit { get; set; }
Property Value
|
Improve this Doc
View Source
UserDefinedDataOrigin
Declaration
IfcLabel? UserDefinedDataOrigin { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|