示例#1
0
 public IfcSimpleValue(IfcTime choice)
 {
     this.choice = choice;
 }
示例#2
0
 public IfcTimePeriod(IfcTime startTime, IfcTime endTime) : base()
 {
     StartTime = startTime;
     EndTime   = endTime;
 }