Interface IIfcTimePeriod
Readonly interface for IfcTimePeriod
Inherited Members
Namespace: Xbim.Ifc4.Interfaces
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcTimePeriod : IPersistEntity, IPersist
Properties
| Improve this Doc View SourceEndTime
Declaration
IfcTime EndTime { get; set; }
Property Value
Type | Description |
---|---|
IfcTime |
StartTime
Declaration
IfcTime StartTime { get; set; }
Property Value
Type | Description |
---|---|
IfcTime |