コード例 #1
0
ファイル: IFC C.cs プロジェクト: jenca-cloud/ggIFC
		internal IfcCommunicationsApplianceType(DatabaseIfc m, string name, IfcCommunicationsApplianceTypeEnum t) : base(m) { Name = name; mPredefinedType = t; }
コード例 #2
0
ファイル: IFC C.cs プロジェクト: jenca-cloud/ggIFC
		internal IfcCommunicationsAppliance(IfcCommunicationsAppliance a) : base(a) { mPredefinedType = a.mPredefinedType; }
コード例 #3
0
ファイル: IFC C.cs プロジェクト: jenca-cloud/ggIFC
		internal IfcCommunicationsApplianceType(IfcCommunicationsApplianceType t) : base(t) { mPredefinedType = t.mPredefinedType; }
コード例 #4
0
 /// <summary>
 /// Construct a IfcCommunicationsApplianceType with all required attributes.
 /// </summary>
 public IfcCommunicationsApplianceType(IfcGloballyUniqueId globalId, IfcCommunicationsApplianceTypeEnum predefinedType) : base(globalId)
 {
     PredefinedType = predefinedType;
 }