GeometryGym.Ifc.IfcDistributionFlowElementType.parseFields C# (CSharp) Method

parseFields() protected static method

protected static parseFields ( IfcDistributionFlowElementType t, List arrFields, int &ipos ) : void
t IfcDistributionFlowElementType
arrFields List
ipos int
return void
		protected static void parseFields(IfcDistributionFlowElementType t, List<string> arrFields, ref int ipos) { IfcDistributionElementType.parseFields(t, arrFields, ref ipos); }
	}
IfcDistributionFlowElementType