GeometryGym.Ifc.IfcEnergyConversionDevice.Parse C# (CSharp) 메소드

Parse() 정적인 개인적인 메소드

static private Parse ( string strDef ) : IfcEnergyConversionDevice
strDef string
리턴 IfcEnergyConversionDevice
		internal new static IfcEnergyConversionDevice Parse(string strDef) { IfcEnergyConversionDevice d = new IfcEnergyConversionDevice(); int ipos = 0; parseFields(d, ParserSTEP.SplitLineFields(strDef), ref ipos); return d; }
	}