Interface IIfcTimeSeries
Readonly interface for IfcTimeSeries
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcTimeSeries : IfcMetricValueSelect, IIfcMetricValueSelect, IfcObjectReferenceSelect, IIfcObjectReferenceSelect, IfcResourceObjectSelect, IIfcResourceObjectSelect, 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
EndTime
Declaration
IfcDateTime EndTime { get; set; }
Property Value
|
Improve this Doc
View Source
HasExternalReference
Declaration
IEnumerable<IIfcExternalReferenceRelationship> HasExternalReference { get; }
Property Value
|
Improve this Doc
View Source
Name
Declaration
IfcLabel Name { get; set; }
Property Value
|
Improve this Doc
View Source
StartTime
Declaration
IfcDateTime 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> |
|