GeometryGym.Ifc.IfcEnergyConversionDevice.Parse C# (CSharp) Méthode

Parse() static private méthode

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