GeometryGym.Ifc.IfcDuctSegmentType.IfcDuctSegmentType C# (CSharp) Method

IfcDuctSegmentType() private method

private IfcDuctSegmentType ( DatabaseIfc m, string name, IfcDuctSegmentTypeEnum t ) : System
m DatabaseIfc
name string
t IfcDuctSegmentTypeEnum
return System
		internal IfcDuctSegmentType(DatabaseIfc m, string name, IfcDuctSegmentTypeEnum t) : base(m) { Name = name; mPredefinedType = t; }
		internal static void parseFields(IfcDuctSegmentType t, List<string> arrFields, ref int ipos) { IfcFlowSegmentType.parseFields(t, arrFields, ref ipos); t.mPredefinedType = (IfcDuctSegmentTypeEnum)Enum.Parse(typeof(IfcDuctSegmentTypeEnum), arrFields[ipos++].Replace(".", "")); }

Same methods

IfcDuctSegmentType::IfcDuctSegmentType ( ) : System
IfcDuctSegmentType::IfcDuctSegmentType ( DatabaseIfc db, IfcDuctSegmentType t ) : System